diff options
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h index 84af61cf6a62..de6c7ba42544 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h | |||
@@ -18,17 +18,20 @@ 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 void mx23_soc_init(void); |
21 | extern int mx23_register_gpios(void); | ||
22 | extern int mx23_clocks_init(void); | 21 | extern int mx23_clocks_init(void); |
23 | extern void mx23_map_io(void); | 22 | extern void mx23_map_io(void); |
24 | extern void mx23_init_irq(void); | 23 | extern void mx23_init_irq(void); |
25 | 24 | ||
26 | extern void mx28_soc_init(void); | 25 | extern void mx28_soc_init(void); |
27 | extern int mx28_register_gpios(void); | ||
28 | extern int mx28_clocks_init(void); | 26 | extern int mx28_clocks_init(void); |
29 | extern void mx28_map_io(void); | 27 | extern void mx28_map_io(void); |
30 | extern void mx28_init_irq(void); | 28 | extern void mx28_init_irq(void); |
31 | 29 | ||
32 | extern void icoll_init_irq(void); | 30 | extern void icoll_init_irq(void); |
33 | 31 | ||
32 | extern struct platform_device *mxs_add_dma(const char *devid, | ||
33 | resource_size_t base); | ||
34 | extern struct platform_device *mxs_add_gpio(char *name, int id, | ||
35 | resource_size_t iobase, int irq); | ||
36 | |||
34 | #endif /* __MACH_MXS_COMMON_H__ */ | 37 | #endif /* __MACH_MXS_COMMON_H__ */ |