diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-28 09:40:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:00 -0500 |
commit | e5810fa0c1bed16fdfb408862a2e17e962ec5cf6 (patch) | |
tree | 424fd47ac92e2696afe287a29dfc14f4fc5f399d /arch/mips/bcm47xx/bcm47xx_private.h | |
parent | a59da8fb3b2a1f2df5f871464e43cd5b6ca6ceb1 (diff) |
MIPS: BCM47XX: Initialize bcma bus later (with mm available)
Initializaion with memory allocator available will be much simpler, this
will allow cleanup in the bcma code.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8234/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx/bcm47xx_private.h')
-rw-r--r-- | arch/mips/bcm47xx/bcm47xx_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/bcm47xx_private.h b/arch/mips/bcm47xx/bcm47xx_private.h index 12a112dd0ae0..ea909a56a3ee 100644 --- a/arch/mips/bcm47xx/bcm47xx_private.h +++ b/arch/mips/bcm47xx/bcm47xx_private.h | |||
@@ -15,6 +15,9 @@ int __init bcm47xx_buttons_register(void); | |||
15 | /* leds.c */ | 15 | /* leds.c */ |
16 | void __init bcm47xx_leds_register(void); | 16 | void __init bcm47xx_leds_register(void); |
17 | 17 | ||
18 | /* setup.c */ | ||
19 | void __init bcm47xx_bus_setup(void); | ||
20 | |||
18 | /* workarounds.c */ | 21 | /* workarounds.c */ |
19 | void __init bcm47xx_workarounds(void); | 22 | void __init bcm47xx_workarounds(void); |
20 | 23 | ||