aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 377eea849e7b..900ebdd544a0 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -110,7 +110,8 @@ void omap3630_init_early(void);
110void omap3_init_early(void); /* Do not use this one */ 110void omap3_init_early(void); /* Do not use this one */
111void am33xx_init_early(void); 111void am33xx_init_early(void);
112void am35xx_init_early(void); 112void am35xx_init_early(void);
113void ti81xx_init_early(void); 113void ti814x_init_early(void);
114void ti816x_init_early(void);
114void am33xx_init_early(void); 115void am33xx_init_early(void);
115void am43xx_init_early(void); 116void am43xx_init_early(void);
116void am43xx_init_late(void); 117void am43xx_init_late(void);