From a81d901359f92910ab0d9ad2948db7f216802e4f Mon Sep 17 00:00:00 2001 From: Madhusudhan Chikkature Rajashekar Date: Thu, 20 Dec 2007 17:10:36 +0530 Subject: [PATCH] Fix omap2430 compilation error This patch fix the omap2430 compilation error. Signed-off-by: Madhusudhan Chikkature Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/board-2430sdp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.41.1