diff options
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h index c50c3ea28a9d..8d88399b73ef 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h | |||
@@ -19,11 +19,13 @@ extern void mxs_timer_init(struct clk *, int); | |||
19 | extern void mxs_restart(char, const char *); | 19 | extern void mxs_restart(char, const char *); |
20 | extern int mxs_saif_clkmux_select(unsigned int clkmux); | 20 | extern int mxs_saif_clkmux_select(unsigned int clkmux); |
21 | 21 | ||
22 | extern void mx23_soc_init(void); | ||
22 | extern int mx23_register_gpios(void); | 23 | extern int mx23_register_gpios(void); |
23 | extern int mx23_clocks_init(void); | 24 | extern int mx23_clocks_init(void); |
24 | extern void mx23_map_io(void); | 25 | extern void mx23_map_io(void); |
25 | extern void mx23_init_irq(void); | 26 | extern void mx23_init_irq(void); |
26 | 27 | ||
28 | extern void mx28_soc_init(void); | ||
27 | extern int mx28_register_gpios(void); | 29 | extern int mx28_register_gpios(void); |
28 | extern int mx28_clocks_init(void); | 30 | extern int mx28_clocks_init(void); |
29 | extern void mx28_map_io(void); | 31 | extern void mx28_map_io(void); |