From: Madhusudhan Chikkature Rajashekar Date: Thu, 20 Dec 2007 11:40:36 +0000 (+0530) Subject: Fix omap2430 compilation error X-Git-Tag: v2.6.24-omap1~68 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a81d901359f92910ab0d9ad2948db7f216802e4f;p=linux-2.6-omap-h63xx.git Fix omap2430 compilation error This patch fix the omap2430 compilation error. Signed-off-by: Madhusudhan Chikkature Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/board-2430sdp.h b/include/asm-arm/arch-omap/board-2430sdp.h index b6677fed388..3869182f87b 100644 --- a/include/asm-arm/arch-omap/board-2430sdp.h +++ b/include/asm-arm/arch-omap/board-2430sdp.h @@ -46,7 +46,7 @@ #define NR_IRQS (IH_TWL4030_GPIO_END) /* Function prototypes */ -extern void __init sdp2430_flash_init(void); -extern void __init sdp2430_usb_init(void); +extern void sdp2430_flash_init(void); +extern void sdp2430_usb_init(void); #endif /* __ASM_ARCH_OMAP_2430SDP_H */