linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
@ 2012-11-20  6:51 Sachin Kamat
  2012-11-27  3:47 ` Sachin Kamat
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-11-20  6:51 UTC (permalink / raw)
  To: linux-sh

linux/dma-mapping.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-shmobile/setup-r8a7740.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
index 0952224..878a07a 100644
--- a/arch/arm/mach-shmobile/setup-r8a7740.c
+++ b/arch/arm/mach-shmobile/setup-r8a7740.c
@@ -27,7 +27,6 @@
 #include <linux/serial_sci.h>
 #include <linux/sh_dma.h>
 #include <linux/sh_timer.h>
-#include <linux/dma-mapping.h>
 #include <mach/dma-register.h>
 #include <mach/r8a7740.h>
 #include <mach/pm-rmobile.h>
-- 
1.7.4.1


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

* Re: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
  2012-11-20  6:51 [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Sachin Kamat
@ 2012-11-27  3:47 ` Sachin Kamat
  2012-11-30  8:56 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-11-27  3:47 UTC (permalink / raw)
  To: linux-sh

ping

On 20 November 2012 12:09, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> linux/dma-mapping.h was included twice.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/mach-shmobile/setup-r8a7740.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
> index 0952224..878a07a 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7740.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7740.c
> @@ -27,7 +27,6 @@
>  #include <linux/serial_sci.h>
>  #include <linux/sh_dma.h>
>  #include <linux/sh_timer.h>
> -#include <linux/dma-mapping.h>
>  #include <mach/dma-register.h>
>  #include <mach/r8a7740.h>
>  #include <mach/pm-rmobile.h>
> --
> 1.7.4.1
>



-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
  2012-11-20  6:51 [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Sachin Kamat
  2012-11-27  3:47 ` Sachin Kamat
@ 2012-11-30  8:56 ` Simon Horman
  2012-12-03  4:25 ` Sachin Kamat
  2012-12-03  7:29 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-11-30  8:56 UTC (permalink / raw)
  To: linux-sh

On Tue, Nov 27, 2012 at 09:05:25AM +0530, Sachin Kamat wrote:
> ping

Sorry for missing this. I have applied it now and
I expect it will be included in 3.9.

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

* Re: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
  2012-11-20  6:51 [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Sachin Kamat
  2012-11-27  3:47 ` Sachin Kamat
  2012-11-30  8:56 ` Simon Horman
@ 2012-12-03  4:25 ` Sachin Kamat
  2012-12-03  7:29 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-12-03  4:25 UTC (permalink / raw)
  To: linux-sh

On 30 November 2012 14:26, Simon Horman <horms@verge.net.au> wrote:
> On Tue, Nov 27, 2012 at 09:05:25AM +0530, Sachin Kamat wrote:
>> ping
>
> Sorry for missing this. I have applied it now and

Thanks Simon.

> I expect it will be included in 3.9.

Oh. I thought it might get included in 3.8 itself.

-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c
  2012-11-20  6:51 [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Sachin Kamat
                   ` (2 preceding siblings ...)
  2012-12-03  4:25 ` Sachin Kamat
@ 2012-12-03  7:29 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-12-03  7:29 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 03, 2012 at 09:43:14AM +0530, Sachin Kamat wrote:
> On 30 November 2012 14:26, Simon Horman <horms@verge.net.au> wrote:
> > On Tue, Nov 27, 2012 at 09:05:25AM +0530, Sachin Kamat wrote:
> >> ping
> >
> > Sorry for missing this. I have applied it now and
> 
> Thanks Simon.
> 
> > I expect it will be included in 3.9.
> 
> Oh. I thought it might get included in 3.8 itself.

Sorry, due to the path that patches for shmobile take to the kernel
its already a bit too late for 3.8.

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

end of thread, other threads:[~2012-12-03  7:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20  6:51 [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Sachin Kamat
2012-11-27  3:47 ` Sachin Kamat
2012-11-30  8:56 ` Simon Horman
2012-12-03  4:25 ` Sachin Kamat
2012-12-03  7:29 ` Simon Horman

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