mirror of https://gitee.com/openkylin/linux.git
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:
parent
3ecf51a45c
commit
5170c051a5
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue