From 763c3be321a51f6d1ec97c993fc45e68d7adf006 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre Date: Wed, 25 Feb 2009 15:26:35 -0600 Subject: [PATCH] OMAP3430SDP: Remove unneded extern line This patch removes a duplicate extern on board-3430sdp.c file, as it is present already on arch/arm/plat-omap/include/mach/board-3430sdp.h Found by doing a checkpatch.pl run with board-3430sdp.c Signed-off-by: Sergio Aguirre Acked-by: Dominic Curran Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-3430sdp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 758183c8c7e..ab0aa7d9ce4 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c @@ -623,8 +623,6 @@ static int __init omap3430_i2c_init(void) return 0; } -extern void __init sdp3430_flash_init(void); - static void __init omap_3430sdp_init(void) { omap3430_i2c_init(); -- 2.41.0