diff mbox

ARM: OMAP: remove duplicated #include's

Message ID 1237614664-3120-1-git-send-email-weiyi.huang@gmail.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

Huang Weiyi March 21, 2009, 5:51 a.m. UTC
Remove duplicated #include's.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 arch/arm/mach-omap2/mcbsp.c       |    1 -
 arch/arm/mach-s3c2412/mach-jive.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

Comments

Tony Lindgren March 23, 2009, 7:35 p.m. UTC | #1
Hi,

* Huang Weiyi <weiyi.huang@gmail.com> [090320 22:58]:
> Remove duplicated #include's.
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

Looks like this is not omap specific..

So please do the mach-s3c2412 change in a separate patch
and repost.

Or change the subject of the whole patch and upload it to
Russell's patch system.

Regards,

Tony

> ---
>  arch/arm/mach-omap2/mcbsp.c       |    1 -
>  arch/arm/mach-s3c2412/mach-jive.c |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c
> index a9e631f..f548bf4 100644
> --- a/arch/arm/mach-omap2/mcbsp.c
> +++ b/arch/arm/mach-omap2/mcbsp.c
> @@ -19,7 +19,6 @@
>  
>  #include <mach/irqs.h>
>  #include <mach/dma.h>
> -#include <mach/irqs.h>
>  #include <mach/mux.h>
>  #include <mach/cpu.h>
>  #include <mach/mcbsp.h>
> diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c
> index ecddbbb..6e85625 100644
> --- a/arch/arm/mach-s3c2412/mach-jive.c
> +++ b/arch/arm/mach-s3c2412/mach-jive.c
> @@ -52,7 +52,6 @@
>  #include <plat/cpu.h>
>  #include <plat/pm.h>
>  #include <plat/udc.h>
> -#include <plat/iic.h>
>  
>  static struct map_desc jive_iodesc[] __initdata = {
>  };
> -- 
> 1.6.0.4
> 
> --
> 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/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c
index a9e631f..f548bf4 100644
--- a/arch/arm/mach-omap2/mcbsp.c
+++ b/arch/arm/mach-omap2/mcbsp.c
@@ -19,7 +19,6 @@ 
 
 #include <mach/irqs.h>
 #include <mach/dma.h>
-#include <mach/irqs.h>
 #include <mach/mux.h>
 #include <mach/cpu.h>
 #include <mach/mcbsp.h>
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c
index ecddbbb..6e85625 100644
--- a/arch/arm/mach-s3c2412/mach-jive.c
+++ b/arch/arm/mach-s3c2412/mach-jive.c
@@ -52,7 +52,6 @@ 
 #include <plat/cpu.h>
 #include <plat/pm.h>
 #include <plat/udc.h>
-#include <plat/iic.h>
 
 static struct map_desc jive_iodesc[] __initdata = {
 };