diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-08-30 03:08:24 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-09-21 01:59:19 -0400 |
commit | f8de8f4ce2a83ccf7571ee13d41d02a9040797f9 (patch) | |
tree | 910ea9854850210fb53f0e4e9f5b6b579dbf6638 /drivers/dma/imx-dma.c | |
parent | 463894705e4089d0ff69e7d877312d496ac70e5b (diff) |
dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
Add missing include of linux/module.h to fix build error.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.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 d99f71c356b5..d746899f36e1 100644 --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx-dma.c | |||
@@ -14,6 +14,7 @@ | |||
14 | * http://www.gnu.org/copyleft/gpl.html | 14 | * http://www.gnu.org/copyleft/gpl.html |
15 | */ | 15 | */ |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/module.h> | ||
17 | #include <linux/types.h> | 18 | #include <linux/types.h> |
18 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
19 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |