summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c
diff options
context:
space:
mode:
authorMika Westerberg2011-10-16 10:19:30 +0200
committerVinod Koul2011-10-16 10:22:44 +0200
commit2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e (patch)
tree5b36f23f7da480fd31aea30b5062bc5ba0b1c399 /drivers/dma/ep93xx_dma.c
parentpch_dma: Reduce wasting memory (diff)
downloadkernel-qcow2-linux-2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e.tar.gz
kernel-qcow2-linux-2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e.tar.xz
kernel-qcow2-linux-2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e.zip
dmaengine/ep93xx_dma: add module.h include
Due to module.h cleanup it is not anymore included implicitly. Drivers who want to use it need to include it explicitly. Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/ep93xx_dma.c')
-rw-r--r--drivers/dma/ep93xx_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
index 5d7a49bd7c26..b47e2b803faf 100644
--- a/drivers/dma/ep93xx_dma.c
+++ b/drivers/dma/ep93xx_dma.c
@@ -22,6 +22,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/dmaengine.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>