Browse Source

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>
Arnd Bergmann 10 years ago
parent
commit
2f56eaff20
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/dma/mmp_tdma.c

+ 0 - 1
drivers/dma/mmp_tdma.c

@@ -19,7 +19,6 @@
 #include <linux/dmaengine.h>
 #include <linux/dmaengine.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/device.h>
 #include <linux/device.h>
-#include <mach/regs-icu.h>
 #include <linux/platform_data/dma-mmp_tdma.h>
 #include <linux/platform_data/dma-mmp_tdma.h>
 #include <linux/of_device.h>
 #include <linux/of_device.h>
 #include <linux/of_dma.h>
 #include <linux/of_dma.h>