summaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-coherent.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-01 16:07:32 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:38 -0400
commit08a999ce69c17802d92ad760faa21ce112968172 (patch)
treed3ddf28e5b383cc07ecfb54e115dcaca9584e04b /drivers/base/dma-coherent.c
parent1b6bc32f0a7380102499deb6aa99a59e789efb33 (diff)
downloadop-kernel-dev-08a999ce69c17802d92ad760faa21ce112968172.zip
op-kernel-dev-08a999ce69c17802d92ad760faa21ce112968172.tar.gz
drivers/base: dma-coherent.c is a module and needs module.h
It was implicitly getting it before, but it will break compiles once we fix that. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/base/dma-coherent.c')
-rw-r--r--drivers/base/dma-coherent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/dma-coherent.c b/drivers/base/dma-coherent.c
index f369e27..bb0025c 100644
--- a/drivers/base/dma-coherent.c
+++ b/drivers/base/dma-coherent.c
@@ -4,6 +4,7 @@
*/
#include <linux/slab.h>
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/dma-mapping.h>
struct dma_coherent_mem {
OpenPOWER on IntegriCloud