]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
Fix omap2430 compilation error
authorMadhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
Thu, 20 Dec 2007 11:40:36 +0000 (17:10 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jan 2008 23:13:56 +0000 (15:13 -0800)
This patch fix the omap2430 compilation error.

Signed-off-by: Madhusudhan Chikkature<madhu.cr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/board-2430sdp.h

index b6677fed388863baf01dfa7caeffe89fe0f23c89..3869182f87ba455877fad90c77bddd9c1ab3d9c9 100644 (file)
@@ -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 */