diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2008-11-24 14:44:36 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-11-26 10:08:13 +0000 |
commit | cbbd695687caab1082a70d2ae81153fdba7e851c (patch) | |
tree | cbe470a84f147501b3c23f1aa1c533e694709848 /drivers/mtd/onenand | |
parent | fe875358a6cd01c4599e321dd6dc767b11c42eac (diff) | |
download | op-kernel-dev-cbbd695687caab1082a70d2ae81153fdba7e851c.zip op-kernel-dev-cbbd695687caab1082a70d2ae81153fdba7e851c.tar.gz |
[MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)
Include <linux/dma-mapping.h> and <linux/io.h>, not files from <asm/*>
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/onenand')
-rw-r--r-- | drivers/mtd/onenand/omap2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 28034ef..a7e4d98 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c @@ -32,16 +32,15 @@ #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/delay.h> +#include <linux/dma-mapping.h> +#include <linux/io.h> -#include <asm/io.h> #include <asm/mach/flash.h> #include <mach/gpmc.h> #include <mach/onenand.h> #include <mach/gpio.h> #include <mach/pm.h> -#include <linux/dma-mapping.h> -#include <asm/dma-mapping.h> #include <mach/dma.h> #include <mach/board.h> |