From: Florian Fainelli Date: Sun, 31 Oct 2010 22:18:15 +0000 (+0000) Subject: backport r21404, r21409 X-Git-Tag: backfire_10.03.1~501 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d3ff0e81e7a9c2ad8bb4a744a0a9bde72e28d205;p=openwrt%2Fsvn-archive%2Fopenwrt.git backport r21404, r21409 SVN-Revision: 23748 --- diff --git a/target/linux/ar7/patches-2.6.32/130-clocks_devices_init.patch b/target/linux/ar7/patches-2.6.32/130-clocks_devices_init.patch new file mode 100644 index 0000000000..45f2e453e3 --- /dev/null +++ b/target/linux/ar7/patches-2.6.32/130-clocks_devices_init.patch @@ -0,0 +1,8 @@ +--- a/arch/mips/ar7/platform.c ++++ b/arch/mips/ar7/platform.c +@@ -606,4 +606,4 @@ static int __init ar7_register_devices(v + + return res; + } +-arch_initcall(ar7_register_devices); ++device_initcall(ar7_register_devices);