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-sdma.c | |
parent | 3382416d867d1c70709dfb03e4a81d5731d96787 (diff) | |
download | op-kernel-dev-5c45ad77ffd0108596627816a37de71a04d5cb6d.zip op-kernel-dev-5c45ad77ffd0108596627816a37de71a04d5cb6d.tar.gz |
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-sdma.c')
-rw-r--r-- | drivers/dma/imx-sdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 7bd7e98..b939e16 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c @@ -34,6 +34,7 @@ #include <linux/dmaengine.h> #include <linux/of.h> #include <linux/of_device.h> +#include <linux/module.h> #include <asm/irq.h> #include <mach/sdma.h> |