summaryrefslogtreecommitdiff
path: root/arch/mips/bcm47xx/bcm47xx_private.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-28 12:52:02 +0100
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 07:44:59 +0100
commita59da8fb3b2a1f2df5f871464e43cd5b6ca6ceb1 (patch)
treeec33d78b3eebd2620ec6db7312b6d33ead3a613a /arch/mips/bcm47xx/bcm47xx_private.h
parent7177efc5b030012c54c2e217c9d6decc0bcc1c53 (diff)
MIPS: BCM47XX: Move SPROM fallback code into sprom.c
This is some general cleanup as well as preparing sprom.c to become a standalone driver. We will need this for bcm53xx ARM arch support. 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/8232/ 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/bcm47xx_private.h b/arch/mips/bcm47xx/bcm47xx_private.h
index f1cc9d0495d8..12a112dd0ae0 100644
--- a/arch/mips/bcm47xx/bcm47xx_private.h
+++ b/arch/mips/bcm47xx/bcm47xx_private.h
@@ -6,6 +6,9 @@
/* prom.c */
void __init bcm47xx_prom_highmem_init(void);
+/* sprom.c */
+void bcm47xx_sprom_register_fallbacks(void);
+
/* buttons.c */
int __init bcm47xx_buttons_register(void);