提交 08a999ce 编写于 作者: P Paul Gortmaker

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: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 1b6bc32f
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册