From: Carlos Eduardo Aguiar Date: Fri, 21 Dec 2007 19:09:28 +0000 (-0400) Subject: ARCH: OMAP: Removes unnecessary __init at some extern'ed prototypes X-Git-Tag: v2.6.24-omap1~67 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7d8a1a2f346d2b644573f4accff739c32d022a63;p=linux-2.6-omap-h63xx.git 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 --- 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 */