summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-31 22:14:17 +0200
committerPaul Gortmaker2011-11-01 00:31:44 +0100
commit5c45ad77ffd0108596627816a37de71a04d5cb6d (patch)
treec25ddf76be050899e646df8ea99b10482d2e47be /drivers/dma/imx-dma.c
parentdrivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c (diff)
downloadkernel-qcow2-linux-5c45ad77ffd0108596627816a37de71a04d5cb6d.tar.gz
kernel-qcow2-linux-5c45ad77ffd0108596627816a37de71a04d5cb6d.tar.xz
kernel-qcow2-linux-5c45ad77ffd0108596627816a37de71a04d5cb6d.zip
drivers/dma: Add module.h to files implicitly using it.
Fix files that were implicitly using module.h but not calling it out for inclusion directly. We'll break those once we remove the implicit presence otherwise [With input from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.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 d99f71c356b5..3732de89adc9 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -23,6 +23,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>