]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-omap2/common.h
ARM: OMAP4+: Make secondary_startup function name more consistent
[karo-tx-linux.git] / arch / arm / mach-omap2 / common.h
index 40f4a03d728fc9a7278b722ce809bd57f47c64f4..1a568482a107a39e04db96e08110a9379a8fec42 100644 (file)
@@ -230,8 +230,8 @@ extern void omap_do_wfi(void);
 
 #ifdef CONFIG_SMP
 /* Needed for secondary core boot */
-extern void omap_secondary_startup(void);
-extern void omap_secondary_startup_4460(void);
+extern void omap4_secondary_startup(void);
+extern void omap4460_secondary_startup(void);
 extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask);
 extern void omap_auxcoreboot_addr(u32 cpu_addr);
 extern u32 omap_read_auxcoreboot0(void);