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>

No differences found