From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Tue, 13 Jan 2015 20:13:20 +0530 Subject: [PATCH 1/2] dmaengine: mmp-tdma: don't include mach/regs-icu.h In-Reply-To: <2099590.pAO9NcseBT@wuerfel> References: <2099590.pAO9NcseBT@wuerfel> Message-ID: <20150113144320.GB3085@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 13, 2015 at 02:25:19PM +0100, Arnd Bergmann wrote: > The mmp tdma driver does not actually require this header, and > we want to enable multiplatform support for MMP, which would > make it inaccessible and cause a build error. > > This patch just removes the old #include. Applied, both thanks -- ~Vinod > > Signed-off-by: Arnd Bergmann > > diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c > index a8a79b1763d5..91fb241102f7 100644 > --- a/drivers/dma/mmp_tdma.c > +++ b/drivers/dma/mmp_tdma.c > @@ -19,7 +19,6 @@ > #include > #include > #include > -#include > #include > #include > #include > --