public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
@ 2011-08-30  7:08 Axel Lin
  2011-09-02  8:21 ` Wolfram Sang
  2011-09-05 13:21 ` Vinod Koul
  0 siblings, 2 replies; 9+ messages in thread
From: Axel Lin @ 2011-08-30  7:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sascha Hauer, Vinod Koul, Dan Williams

Add missing include of linux/module.h to fix build error.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 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..d746899 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -14,6 +14,7 @@
  * http://www.gnu.org/copyleft/gpl.html
  */
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/types.h>
 #include <linux/mm.h>
 #include <linux/interrupt.h>
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index b5cc27d..eab1fe7 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -18,6 +18,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/types.h>
 #include <linux/mm.h>
 #include <linux/interrupt.h>
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-09-21  6:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30  7:08 [PATCH] dmaengine i.MX DMA/SDMA: add missing include of linux/module.h Axel Lin
2011-09-02  8:21 ` Wolfram Sang
2011-09-05 13:21 ` Vinod Koul
2011-09-05 13:32   ` Axel Lin
2011-09-05 14:36     ` Vinod Koul
2011-09-20 13:22       ` Axel Lin
2011-09-20 16:42         ` Vinod Koul
2011-09-20 23:50           ` Axel Lin
2011-09-21  6:09             ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox