This patch fix the omap2430 compilation error. Signed-off-by: Madhusudhan Chikkature<madhu.cr@xxxxxx> --- include/asm-arm/arch-omap/board-2430sdp.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-omap-2.6/include/asm-arm/arch-omap/board-2430sdp.h =================================================================== --- linux-omap-2.6.orig/include/asm-arm/arch-omap/board-2430sdp.h 2007-12-20 11:17:53.000000000 +0530 +++ linux-omap-2.6/include/asm-arm/arch-omap/board-2430sdp.h 2007-12-20 13:53:31.100241487 +0530 @@ -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 */ - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html