linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: remove duplicated #include's
@ 2009-03-21  5:51 Huang Weiyi
  2009-03-23 19:35 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2009-03-21  5:51 UTC (permalink / raw)
  To: linux-omap; +Cc: Huang Weiyi

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: OMAP: remove duplicated #include's
  2009-03-21  5:51 [PATCH] ARM: OMAP: remove duplicated #include's Huang Weiyi
@ 2009-03-23 19:35 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-03-23 19:35 UTC (permalink / raw)
  To: Huang Weiyi; +Cc: linux-omap

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-23 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-21  5:51 [PATCH] ARM: OMAP: remove duplicated #include's Huang Weiyi
2009-03-23 19:35 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).