From: Paul Gortmaker Date: Sun, 31 Jul 2011 20:14:17 +0000 (-0400) Subject: drivers/dma: Add module.h to files implicitly using it. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5c45ad77ffd0108596627816a37de71a04d5cb6d;p=linux.git drivers/dma: Add module.h to files implicitly using it. Fix files that were implicitly using module.h but not calling it out for inclusion directly. We'll break those once we remove the implicit presence otherwise [With input from Uwe Kleine-König ] Signed-off-by: Paul Gortmaker --- diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index d99f71c356b51..3732de89adc93 100644 --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx-dma.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 7bd7e98548cd3..b939e163f3b13 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c index 6815905a772f7..d7f2fbdcf9689 100644 --- a/drivers/dma/ipu/ipu_idmac.c +++ b/drivers/dma/ipu/ipu_idmac.c @@ -21,6 +21,7 @@ #include #include #include +#include #include