diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-13 14:25:19 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-01-13 21:20:10 +0530 |
commit | 2f56eaff2010326848f13c4a1e468a2dd1527f0b (patch) | |
tree | 403fd106c3dee209fd7e10feef5042d58b768e1f /drivers/dma/mmp_tdma.c | |
parent | 10b3e223174f28eabadab18b5dfa36021d956a2d (diff) | |
download | linux-2f56eaff2010326848f13c4a1e468a2dd1527f0b.tar.bz2 |
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@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/mmp_tdma.c')
-rw-r--r-- | drivers/dma/mmp_tdma.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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> |