]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: mmp-tdma: don't include mach/regs-icu.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Jan 2015 13:25:19 +0000 (14:25 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 13 Jan 2015 15:50:10 +0000 (21:20 +0530)
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@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mmp_tdma.c

index a8a79b1763d5605820db48c733cbbe358f686d89..91fb241102f7f4e862ec521c64359e657373d406 100644 (file)
@@ -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>