diff options
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
-rw-r--r-- | arch/mips/bcm47xx/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index b2246cd9ca12..1f30571968e7 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <asm/time.h> | 36 | #include <asm/time.h> |
37 | #include <bcm47xx.h> | 37 | #include <bcm47xx.h> |
38 | #include <bcm47xx_nvram.h> | 38 | #include <bcm47xx_nvram.h> |
39 | #include <bcm47xx_board.h> | ||
39 | 40 | ||
40 | union bcm47xx_bus bcm47xx_bus; | 41 | union bcm47xx_bus bcm47xx_bus; |
41 | EXPORT_SYMBOL(bcm47xx_bus); | 42 | EXPORT_SYMBOL(bcm47xx_bus); |
@@ -221,6 +222,7 @@ void __init plat_mem_setup(void) | |||
221 | _machine_restart = bcm47xx_machine_restart; | 222 | _machine_restart = bcm47xx_machine_restart; |
222 | _machine_halt = bcm47xx_machine_halt; | 223 | _machine_halt = bcm47xx_machine_halt; |
223 | pm_power_off = bcm47xx_machine_halt; | 224 | pm_power_off = bcm47xx_machine_halt; |
225 | bcm47xx_board_detect(); | ||
224 | } | 226 | } |
225 | 227 | ||
226 | static int __init bcm47xx_register_bus_complete(void) | 228 | static int __init bcm47xx_register_bus_complete(void) |