dect
/
linux-2.6
Archived
13
0
Fork 0

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

This reverts commit 865d9438eb.

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>
This commit is contained in:
Vinod Koul 2012-03-09 14:55:25 +05:30
parent 3ecf51a45c
commit 5170c051a5
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>