浏览代码

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>
Paul Gortmaker 14 年之前
父节点
当前提交
08a999ce69
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/base/dma-coherent.c

+ 1 - 0
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 {