diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-28 14:40:38 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 07:45:00 +0100 |
commit | e5810fa0c1bed16fdfb408862a2e17e962ec5cf6 (patch) | |
tree | 424fd47ac92e2696afe287a29dfc14f4fc5f399d /arch/mips/bcm47xx/bcm47xx_private.h | |
parent | a59da8fb3b2a1f2df5f871464e43cd5b6ca6ceb1 (diff) | |
download | blackbird-op-linux-e5810fa0c1bed16fdfb408862a2e17e962ec5cf6.tar.gz blackbird-op-linux-e5810fa0c1bed16fdfb408862a2e17e962ec5cf6.zip |
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); /* leds.c */ void __init bcm47xx_leds_register(void); +/* setup.c */ +void __init bcm47xx_bus_setup(void); + /* workarounds.c */ void __init bcm47xx_workarounds(void); |