mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
9 lines
199 B
Diff
9 lines
199 B
Diff
|
--- a/arch/mips/bmips/setup.c
|
||
|
+++ b/arch/mips/bmips/setup.c
|
||
|
@@ -201,4 +201,4 @@ static int __init plat_dev_init(void)
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
-device_initcall(plat_dev_init);
|
||
|
+arch_initcall(plat_dev_init);
|