From patchwork Mon Sep 26 06:26:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: dma/imx-sdma+imx-dma: explicitly #include Date: Sun, 25 Sep 2011 20:26:19 -0000 From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=3Cu=2Ekleine-koenig=40pengutronix=2E?= =?utf-8?b?ZGU+?= X-Patchwork-Id: 116361 Message-Id: <1317018379-8897-1-git-send-email-u.kleine-koenig@pengutronix.de> To: Vinod Koul , Dan Williams Cc: linux-arm-kernel@lists.infradead.org, Paul Gortmaker , linux-kernel@vger.kernel.org, kernel@pengutronix.de This is needed after commit include: replace linux/module.h with "struct module" wherever possible (currently 25215aa in next). Cc: Paul Gortmaker Signed-off-by: Uwe Kleine-König --- Hello, maybe it's sensible for Paul to take that before his commit? Best regards Uwe drivers/dma/imx-dma.c | 1 + drivers/dma/imx-sdma.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index d99f71c..3732de8 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 b5cc27d..86fb6e5 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include