From: Mika Westerberg Date: Sun, 16 Oct 2011 08:19:30 +0000 (+0300) Subject: dmaengine/ep93xx_dma: add module.h include X-Git-Tag: firefly_0821_release~3680^2~4191^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e;p=firefly-linux-kernel-4.4.55.git dmaengine/ep93xx_dma: add module.h include Due to module.h cleanup it is not anymore included implicitly. Drivers who want to use it need to include it explicitly. Signed-off-by: Mika Westerberg Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c index 5d7a49bd7c26..b47e2b803faf 100644 --- a/drivers/dma/ep93xx_dma.c +++ b/drivers/dma/ep93xx_dma.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include