Commit 08a999ce authored by Paul Gortmaker's avatar 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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment