diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 97e8792b33b0..960f98451a2e 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -276,6 +276,7 @@ extern void omap_secondary_startup(void); | |||
276 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); | 276 | extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); |
277 | extern void omap_auxcoreboot_addr(u32 cpu_addr); | 277 | extern void omap_auxcoreboot_addr(u32 cpu_addr); |
278 | extern u32 omap_read_auxcoreboot0(void); | 278 | extern u32 omap_read_auxcoreboot0(void); |
279 | extern void omap5_secondary_startup(void); | ||
279 | #endif | 280 | #endif |
280 | 281 | ||
281 | #if defined(CONFIG_SMP) && defined(CONFIG_PM) | 282 | #if defined(CONFIG_SMP) && defined(CONFIG_PM) |