From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 25 Jan 2013 03:38:43 +0000 Subject: Re: [PATCH 01/15] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Message-Id: <20130125033841.GE620@verge.net.au> List-Id: References: <1359080013-29189-1-git-send-email-horms+renesas@verge.net.au> <1359080013-29189-2-git-send-email-horms+renesas@verge.net.au> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Jan 25, 2013 at 08:25:27AM +0530, Sachin Kamat wrote: > Hi Simon, > > You seem to have changed the authorship of this patch. Sorry about that, I'll fix that up. > Original one at: > https://patchwork.kernel.org/patch/1771091/ > > Regards > Sachin > > On 25 January 2013 07:43, Simon Horman wrote: > > linux/dma-mapping.h was included twice. > > > > Signed-off-by: Sachin Kamat > > Signed-off-by: Simon Horman > > --- > > arch/arm/mach-shmobile/setup-r8a7740.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c > > index 03c69f9..9ef397d 100644 > > --- a/arch/arm/mach-shmobile/setup-r8a7740.c > > +++ b/arch/arm/mach-shmobile/setup-r8a7740.c > > @@ -27,7 +27,6 @@ > > #include > > #include > > #include > > -#include > > #include > > #include > > #include > > -- > > 1.7.10.4 > > > -- > 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 >