aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/imx-dma.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2012-03-09 14:55:25 +0530
committerVinod Koul <vinod.koul@linux.intel.com>2012-03-09 14:55:25 +0530
commit5170c051a56244816d948c43592c1b2805ed4f3a (patch)
tree9283dcb2d706947835941599ddf3be7b2901b499 /drivers/dma/imx-dma.c
parent3ecf51a45c0e218d70df2cc905b668fa0c115f73 (diff)
Revert "drivers/dma: linux/module.h included twice"
This reverts commit 865d9438eb1f7670d2e88849f059db551b320887. The module.h incsuion twice has been updated tree wide hence this is not required to be merged. Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/imx-dma.c')
-rw-r--r--drivers/dma/imx-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index 85b3d3c21d9..c32103f04fb 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -26,6 +26,7 @@
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/dmaengine.h>
+#include <linux/module.h>
#include <asm/irq.h>
#include <mach/dma-v1.h>