summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.32
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/200-call_board_register_device_from_device_initcall.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/200-call_board_register_device_from_device_initcall.patch b/target/linux/brcm63xx/patches-2.6.32/200-call_board_register_device_from_device_initcall.patch
deleted file mode 100644
index c8c4ade10d..0000000000
--- a/target/linux/brcm63xx/patches-2.6.32/200-call_board_register_device_from_device_initcall.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Some device registration (eg leds), expect subsystem initcall to be
-run first, so move board device registration to device_initcall().
-
-Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
----
- arch/mips/bcm63xx/setup.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/arch/mips/bcm63xx/setup.c b/arch/mips/bcm63xx/setup.c
-index d005659..04a3499 100644
---- a/arch/mips/bcm63xx/setup.c
-+++ b/arch/mips/bcm63xx/setup.c
-@@ -124,4 +124,4 @@ int __init bcm63xx_register_devices(void)
- return board_register_devices();
- }
-
--arch_initcall(bcm63xx_register_devices);
-+device_initcall(bcm63xx_register_devices);
---
-1.6.3.3
-
-