From 7d8a1a2f346d2b644573f4accff739c32d022a63 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Aguiar Date: Fri, 21 Dec 2007 15:09:28 -0400 Subject: [PATCH] ARCH: OMAP: Removes unnecessary __init at some extern'ed prototypes This patch removes unnecessary __init at some extern'ed prototypes. Signed-off-by: Carlos Eduardo Aguiar Acked-by: David Cohen Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/board-h3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-arm/arch-omap/board-h3.h b/include/asm-arm/arch-omap/board-h3.h index 1c2b55c61ca..0f6404435ea 100644 --- a/include/asm-arm/arch-omap/board-h3.h +++ b/include/asm-arm/arch-omap/board-h3.h @@ -36,7 +36,7 @@ #define NR_IRQS (MAXIRQNUM + 1) -extern void __init h3_mmc_init(void); +extern void h3_mmc_init(void); extern void h3_mmc_slot_cover_handler(void *arg, int state); #endif /* __ASM_ARCH_OMAP_H3_H */ -- 2.41.1