Message ID | A24693684029E5489D1D202277BE89442DF8399B@dlee02.ent.ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 83ff62d28e99ce4e1b475491040ac6258a63197c |
Headers | show |
> -----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 2/2] OMAP3430SDP: Get rid of checkpatch.pl warnings with > includes > > From bd4df7db454add3f679456a1e7f4c814f297cc71 Mon Sep 17 00:00:00 2001 > From: Sergio Aguirre <saaguirre@ti.com> > Date: Wed, 25 Feb 2009 15:55:56 -0600 > Subject: [PATCH 2/2] OMAP3430SDP: Get rid of checkpatch.pl warnings with > includes > > Signed-off-by: Sergio Aguirre <saaguirre@ti.com> Acked-by: Dominic Curran <dcurran@ti.com> > --- > arch/arm/mach-omap2/board-3430sdp.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board- > 3430sdp.c > index ab0aa7d..867f5f6 100644 > --- a/arch/arm/mach-omap2/board-3430sdp.c > +++ b/arch/arm/mach-omap2/board-3430sdp.c > @@ -24,6 +24,7 @@ > #include <linux/spi/ads7846.h> > #include <linux/i2c/twl4030.h> > #include <linux/regulator/machine.h> > +#include <linux/io.h> > > #include <mach/hardware.h> > #include <asm/mach-types.h> > @@ -39,8 +40,6 @@ > #include <mach/dma.h> > #include <mach/gpmc.h> > > -#include <asm/io.h> > -#include <asm/delay.h> > #include <mach/control.h> > > #include "sdram-qimonda-hyb18m512160af-6.h" > -- > 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 --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index ab0aa7d..867f5f6 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c @@ -24,6 +24,7 @@ #include <linux/spi/ads7846.h> #include <linux/i2c/twl4030.h> #include <linux/regulator/machine.h> +#include <linux/io.h> #include <mach/hardware.h> #include <asm/mach-types.h> @@ -39,8 +40,6 @@ #include <mach/dma.h> #include <mach/gpmc.h> -#include <asm/io.h> -#include <asm/delay.h> #include <mach/control.h> #include "sdram-qimonda-hyb18m512160af-6.h"