diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 16:14:17 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:44 -0400 |
commit | 5c45ad77ffd0108596627816a37de71a04d5cb6d (patch) | |
tree | c25ddf76be050899e646df8ea99b10482d2e47be /drivers/dma/imx-dma.c | |
parent | 3382416d867d1c70709dfb03e4a81d5731d96787 (diff) | |
download | linux-3.10-5c45ad77ffd0108596627816a37de71a04d5cb6d.tar.gz linux-3.10-5c45ad77ffd0108596627816a37de71a04d5cb6d.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index d99f71c356b..3732de89adc 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> |