diff mbox

[1/2] dmaengine: mmp-tdma: don't include mach/regs-icu.h

Message ID 2099590.pAO9NcseBT@wuerfel (mailing list archive)
State Accepted
Headers show

Commit Message

Arnd Bergmann Jan. 13, 2015, 1:25 p.m. UTC
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>


--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Vinod Koul Jan. 13, 2015, 2:43 p.m. UTC | #1
On Tue, Jan 13, 2015 at 02:25:19PM +0100, Arnd Bergmann wrote:
> 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.
Applied, both thanks
diff mbox

Patch

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>