summaryrefslogtreecommitdiff
path: root/drivers/dma
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 12:33:10 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:36 -0400
commit7c52d55170ce84ddf9c0ad4e020ef1d7a97975a7 (patch)
tree6788d2f806d44a7cd437f38dc44169395112081e /drivers/dma
parent69c60c88eeb364ebf58432f9bc38033522d58767 (diff)
x86: fix up files really needing to include module.h
These files aren't just exporting symbols -- they are also defining a MODULE_LICENSE etc. so give them the full module.h file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/intel_mid_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/intel_mid_dma.c b/drivers/dma/intel_mid_dma.c
index 8a3fdd87db97..72d3b9df5845 100644
--- a/drivers/dma/intel_mid_dma.c
+++ b/drivers/dma/intel_mid_dma.c
@@ -27,6 +27,7 @@
#include <linux/interrupt.h>
#include <linux/pm_runtime.h>
#include <linux/intel_mid_dma.h>
+#include <linux/module.h>
#define MAX_CHAN 4 /*max ch across controllers*/
#include "intel_mid_dma_regs.h"