diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2008-11-24 06:37:05 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-11-24 06:37:26 -0500 |
commit | fe875358a6cd01c4599e321dd6dc767b11c42eac (patch) | |
tree | 4802282ea56b0a9b4d6e562663c6b8aafa15a464 /drivers/mtd | |
parent | dc8a0843a435b2c0891e7eaea64faaf1ebec9b11 (diff) |
[MTD] [NAND] OMAP: OneNAND: header file relocation
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/onenand/omap2.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index e39b21d3e168..28034ef08a82 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c | |||
@@ -35,16 +35,16 @@ | |||
35 | 35 | ||
36 | #include <asm/io.h> | 36 | #include <asm/io.h> |
37 | #include <asm/mach/flash.h> | 37 | #include <asm/mach/flash.h> |
38 | #include <asm/arch/gpmc.h> | 38 | #include <mach/gpmc.h> |
39 | #include <asm/arch/onenand.h> | 39 | #include <mach/onenand.h> |
40 | #include <asm/arch/gpio.h> | 40 | #include <mach/gpio.h> |
41 | #include <asm/arch/pm.h> | 41 | #include <mach/pm.h> |
42 | 42 | ||
43 | #include <linux/dma-mapping.h> | 43 | #include <linux/dma-mapping.h> |
44 | #include <asm/dma-mapping.h> | 44 | #include <asm/dma-mapping.h> |
45 | #include <asm/arch/dma.h> | 45 | #include <mach/dma.h> |
46 | 46 | ||
47 | #include <asm/arch/board.h> | 47 | #include <mach/board.h> |
48 | 48 | ||
49 | #define DRIVER_NAME "omap2-onenand" | 49 | #define DRIVER_NAME "omap2-onenand" |
50 | 50 | ||