Message ID | 1353393549-1532-1-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Commit | f977ec94f7f2d1211305ac0c79b8e79155c236ef |
Headers | show |
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 >
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" 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-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>
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(-)