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-Tag: next-20110812~2^2~84 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9e5165797599636dc4aed5da8a04b8cb5d67cbd4;p=karo-tx-linux.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 {