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 9bdc9538887..84af61cf6a6 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h | |||
@@ -17,11 +17,13 @@ extern void mxs_timer_init(int); | |||
17 | extern void mxs_restart(char, const char *); | 17 | extern void mxs_restart(char, const char *); |
18 | extern int mxs_saif_clkmux_select(unsigned int clkmux); | 18 | extern int mxs_saif_clkmux_select(unsigned int clkmux); |
19 | 19 | ||
20 | extern void mx23_soc_init(void); | ||
20 | extern int mx23_register_gpios(void); | 21 | extern int mx23_register_gpios(void); |
21 | extern int mx23_clocks_init(void); | 22 | extern int mx23_clocks_init(void); |
22 | extern void mx23_map_io(void); | 23 | extern void mx23_map_io(void); |
23 | extern void mx23_init_irq(void); | 24 | extern void mx23_init_irq(void); |
24 | 25 | ||
26 | extern void mx28_soc_init(void); | ||
25 | extern int mx28_register_gpios(void); | 27 | extern int mx28_register_gpios(void); |
26 | extern int mx28_clocks_init(void); | 28 | extern int mx28_clocks_init(void); |
27 | extern void mx28_map_io(void); | 29 | extern void mx28_map_io(void); |