]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2f56eaff2010326848f13c4a1e468a2dd1527f0b
tree403fd106c3dee209fd7e10feef5042d58b768e1f
parent10b3e223174f28eabadab18b5dfa36021d956a2d
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>
drivers/dma/mmp_tdma.c