From: Paul Gortmaker Date: Fri, 1 Jul 2011 20:07:32 +0000 (-0400) Subject: drivers/base: dma-coherent.c is a module and needs module.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=08a999ce69c17802d92ad760faa21ce112968172;p=linux-beck.git 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 --- diff --git a/drivers/base/dma-coherent.c b/drivers/base/dma-coherent.c index f369e2795985..bb0025c510b3 100644 --- a/drivers/base/dma-coherent.c +++ b/drivers/base/dma-coherent.c @@ -4,6 +4,7 @@ */ #include #include +#include #include struct dma_coherent_mem {