ARCH: OMAP: Removes unnecessary __init at some extern'ed prototypes
authorCarlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Fri, 21 Dec 2007 19:09:28 +0000 (15:09 -0400)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jan 2008 23:17:23 +0000 (15:17 -0800)
This patch removes unnecessary __init at some extern'ed prototypes.

Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Acked-by: David Cohen <david.cohen@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/board-h3.h

index 1c2b55c..0f64044 100644 (file)
@@ -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 */