diff options
| author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-12-31 06:23:50 -0500 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 22:43:45 -0500 |
| commit | 8a21cdaee85e28489a6fe606b8eb0fef32ebf635 (patch) | |
| tree | 479e88f92fbeadde011ca5acbc373844a2237554 | |
| parent | 9916152438a99b15c009e26f0f9cb38efba086d3 (diff) | |
ARM: shmobile: add function declarations for sh7372 DT helper functions
sh7372_add_early_devices_dt() and sh7372_add_standard_devices_dt() are
defined as global functions in arch/arm/mach-shmobile/setup-sh7372.c,
but their declarations are missing. Add them to common.h, where similar
functions for this and other SoC types are already declared.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
| -rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index a57439eec11a..2d1686becdd5 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
| @@ -23,6 +23,8 @@ extern void sh7372_map_io(void); | |||
| 23 | extern void sh7372_earlytimer_init(void); | 23 | extern void sh7372_earlytimer_init(void); |
| 24 | extern void sh7372_add_early_devices(void); | 24 | extern void sh7372_add_early_devices(void); |
| 25 | extern void sh7372_add_standard_devices(void); | 25 | extern void sh7372_add_standard_devices(void); |
| 26 | extern void sh7372_add_early_devices_dt(void); | ||
| 27 | extern void sh7372_add_standard_devices_dt(void); | ||
| 26 | extern void sh7372_clock_init(void); | 28 | extern void sh7372_clock_init(void); |
| 27 | extern void sh7372_pinmux_init(void); | 29 | extern void sh7372_pinmux_init(void); |
| 28 | extern void sh7372_pm_init(void); | 30 | extern void sh7372_pm_init(void); |
