diff mbox

[1/2] OMAP3430SDP: Remove unneded extern line

Message ID A24693684029E5489D1D202277BE89442DF8399A@dlee02.ent.ti.com (mailing list archive)
State Accepted
Commit 763c3be321a51f6d1ec97c993fc45e68d7adf006
Headers show

Commit Message

Aguirre Rodriguez, Sergio Alberto Feb. 25, 2009, 10:02 p.m. UTC
From 9ec9fef55a7fbfc9f813a521bed6158db1aad46f Mon Sep 17 00:00:00 2001
From: Sergio Aguirre <saaguirre@ti.com>
Date: Wed, 25 Feb 2009 15:26:35 -0600
Subject: [PATCH 1/2] 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 <saaguirre@ti.com>
---
 arch/arm/mach-omap2/board-3430sdp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Dominic Curran Feb. 25, 2009, 10:58 p.m. UTC | #1
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto
> Sent: Wednesday, February 25, 2009 4:03 PM
> To: linux-omap@vger.kernel.org
> Cc: Syed Mohammed, Khasim
> Subject: [PATCH 1/2] OMAP3430SDP: Remove unneded extern line
>
> From 9ec9fef55a7fbfc9f813a521bed6158db1aad46f Mon Sep 17 00:00:00 2001
> From: Sergio Aguirre <saaguirre@ti.com>
> Date: Wed, 25 Feb 2009 15:26:35 -0600
> Subject: [PATCH 1/2] 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 <saaguirre@ti.com>


Acked-by: Dominic Curran <dcurran@ti.com>

> ---
>  arch/arm/mach-omap2/board-3430sdp.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-
> 3430sdp.c
> index 758183c..ab0aa7d 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();
> --
> 1.5.6.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index 758183c..ab0aa7d 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();