diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-03-21 05:08:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-31 12:17:12 -0400 |
commit | a2bec0784465d3e30eadc20b49c779fa77d42dad (patch) | |
tree | ff71eda4fafa859bb0d5aadad523513945334a6f /arch/mips/bcm47xx/bcm47xx_private.h | |
parent | 40d4d3319f4641af3341acd31ec875a1e649bdaa (diff) |
MIPS: BCM47XX: Add new file for device specific workarounds
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: https://patchwork.linux-mips.org/patch/6627/
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 5c94acebf76a..0194c3b9a729 100644 --- a/arch/mips/bcm47xx/bcm47xx_private.h +++ b/arch/mips/bcm47xx/bcm47xx_private.h | |||
@@ -9,4 +9,7 @@ int __init bcm47xx_buttons_register(void); | |||
9 | /* leds.c */ | 9 | /* leds.c */ |
10 | void __init bcm47xx_leds_register(void); | 10 | void __init bcm47xx_leds_register(void); |
11 | 11 | ||
12 | /* workarounds.c */ | ||
13 | void __init bcm47xx_workarounds(void); | ||
14 | |||
12 | #endif | 15 | #endif |