aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h2
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);
17extern void mxs_restart(char, const char *); 17extern void mxs_restart(char, const char *);
18extern int mxs_saif_clkmux_select(unsigned int clkmux); 18extern int mxs_saif_clkmux_select(unsigned int clkmux);
19 19
20extern void mx23_soc_init(void);
20extern int mx23_register_gpios(void); 21extern int mx23_register_gpios(void);
21extern int mx23_clocks_init(void); 22extern int mx23_clocks_init(void);
22extern void mx23_map_io(void); 23extern void mx23_map_io(void);
23extern void mx23_init_irq(void); 24extern void mx23_init_irq(void);
24 25
26extern void mx28_soc_init(void);
25extern int mx28_register_gpios(void); 27extern int mx28_register_gpios(void);
26extern int mx28_clocks_init(void); 28extern int mx28_clocks_init(void);
27extern void mx28_map_io(void); 29extern void mx28_map_io(void);