Browse Source

Revert "drivers/dma: linux/module.h included twice"

This reverts commit 865d9438eb1f7670d2e88849f059db551b320887.

The module.h incsuion twice has been updated tree wide hence this is not
required to be merged.

Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Vinod Koul 13 years ago
parent
commit
5170c051a5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/dma/imx-dma.c
  2. 1 0
      drivers/dma/imx-sdma.c

+ 1 - 0
drivers/dma/imx-dma.c

@@ -26,6 +26,7 @@
 #include <linux/slab.h>
 #include <linux/platform_device.h>
 #include <linux/dmaengine.h>
+#include <linux/module.h>
 
 #include <asm/irq.h>
 #include <mach/dma-v1.h>

+ 1 - 0
drivers/dma/imx-sdma.c

@@ -36,6 +36,7 @@
 #include <linux/dmaengine.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
+#include <linux/module.h>
 
 #include <asm/irq.h>
 #include <mach/sdma.h>