On Tue, Feb 03, 2015 at 05:07:34PM -0600, Rob Herring wrote: > regs-icu.h is not necessary and prevents compiling for arm64, so remove it. > Already fixed by: commit 2f56eaff2010326848f13c4a1e468a2dd1527f0b Author: Arnd Bergmann <arnd@xxxxxxxx> Date: Tue Jan 13 14:25:19 2015 +0100 dmaengine: mmp-tdma: don't include mach/regs-icu.h 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. Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx> Which tree are you using? -- ~Vinod > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > Cc: Dan Williams <dan.j.williams@xxxxxxxxx> > Cc: Vinod Koul <vinod.koul@xxxxxxxxx> > Cc: dmaengine@xxxxxxxxxxxxxxx > --- > drivers/dma/mmp_tdma.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c > index bfb4695..252a6da 100644 > --- a/drivers/dma/mmp_tdma.c > +++ b/drivers/dma/mmp_tdma.c > @@ -19,7 +19,6 @@ > #include <linux/dmaengine.h> > #include <linux/platform_device.h> > #include <linux/device.h> > -#include <mach/regs-icu.h> > #include <linux/platform_data/dma-mmp_tdma.h> > #include <linux/of_device.h> > #include <linux/of_dma.h> > -- > 2.1.0 > > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html