summaryrefslogtreecommitdiff
path: root/drivers/dma/ipu
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-31 16:14:17 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:44 -0400
commit5c45ad77ffd0108596627816a37de71a04d5cb6d (patch)
treec25ddf76be050899e646df8ea99b10482d2e47be /drivers/dma/ipu
parent3382416d867d1c70709dfb03e4a81d5731d96787 (diff)
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/ipu')
-rw-r--r--drivers/dma/ipu/ipu_idmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c
index 6815905a772f..d7f2fbdcf968 100644
--- a/drivers/dma/ipu/ipu_idmac.c
+++ b/drivers/dma/ipu/ipu_idmac.c
@@ -21,6 +21,7 @@
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/io.h>
+#include <linux/module.h>
#include <mach/ipu.h>