diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index d555cf2459e1..72cab3f4f16d 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -96,6 +96,7 @@ void am33xx_init_early(void); | |||
96 | void am35xx_init_early(void); | 96 | void am35xx_init_early(void); |
97 | void ti81xx_init_early(void); | 97 | void ti81xx_init_early(void); |
98 | void am33xx_init_early(void); | 98 | void am33xx_init_early(void); |
99 | void am43xx_init_early(void); | ||
99 | void omap4430_init_early(void); | 100 | void omap4430_init_early(void); |
100 | void omap5_init_early(void); | 101 | void omap5_init_early(void); |
101 | void omap3_init_late(void); /* Do not use this one */ | 102 | void omap3_init_late(void); /* Do not use this one */ |
@@ -237,8 +238,8 @@ extern void omap_do_wfi(void); | |||
237 | 238 | ||
238 | #ifdef CONFIG_SMP | 239 | #ifdef CONFIG_SMP |
239 | /* Needed for secondary core boot */ | 240 | /* Needed for secondary core boot */ |
240 | extern void omap_secondary_startup(void); | 241 | extern void omap4_secondary_startup(void); |
241 | extern void omap_secondary_startup_4460(void); | 242 | extern void omap4460_secondary_startup(void); |
242 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); | 243 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); |
243 | extern void omap_auxcoreboot_addr(u32 cpu_addr); | 244 | extern void omap_auxcoreboot_addr(u32 cpu_addr); |
244 | extern u32 omap_read_auxcoreboot0(void); | 245 | extern u32 omap_read_auxcoreboot0(void); |