]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drivers/base: dma-coherent.c is a module and needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 Jul 2011 20:07:32 +0000 (16:07 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:38 +0000 (19:31 -0400)
It was implicitly getting it before, but it will break compiles
once we fix that.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/base/dma-coherent.c

index f369e2795985a66d0e00c399464bef711acbf697..bb0025c510b3860e1f84b434c03a4d34a1d64851 100644 (file)
@@ -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 {