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: firefly_0821_release~3680^2~4166^2~97 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08a999ce69c17802d92ad760faa21ce112968172;p=firefly-linux-kernel-4.4.55.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 {