diff options
| -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 | ||
