diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index be9dfd1abe60..5d99c1b2cb48 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -120,6 +120,7 @@ extern void omap2_init_common_infrastructure(void); | |||
120 | extern struct sys_timer omap2_timer; | 120 | extern struct sys_timer omap2_timer; |
121 | extern struct sys_timer omap3_timer; | 121 | extern struct sys_timer omap3_timer; |
122 | extern struct sys_timer omap3_secure_timer; | 122 | extern struct sys_timer omap3_secure_timer; |
123 | extern struct sys_timer omap3_am33xx_timer; | ||
123 | extern struct sys_timer omap4_timer; | 124 | extern struct sys_timer omap4_timer; |
124 | 125 | ||
125 | void omap2420_init_early(void); | 126 | void omap2420_init_early(void); |
@@ -128,8 +129,10 @@ void omap3430_init_early(void); | |||
128 | void omap35xx_init_early(void); | 129 | void omap35xx_init_early(void); |
129 | void omap3630_init_early(void); | 130 | void omap3630_init_early(void); |
130 | void omap3_init_early(void); /* Do not use this one */ | 131 | void omap3_init_early(void); /* Do not use this one */ |
132 | void am33xx_init_early(void); | ||
131 | void am35xx_init_early(void); | 133 | void am35xx_init_early(void); |
132 | void ti81xx_init_early(void); | 134 | void ti81xx_init_early(void); |
135 | void am33xx_init_early(void); | ||
133 | void omap4430_init_early(void); | 136 | void omap4430_init_early(void); |
134 | void omap3_init_late(void); /* Do not use this one */ | 137 | void omap3_init_late(void); /* Do not use this one */ |
135 | void omap4430_init_late(void); | 138 | void omap4430_init_late(void); |