diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/omap2.c | 1 | ||||
-rw-r--r-- | drivers/mtd/onenand/omap2.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index 5c8978e90240..1f34ba104ef4 100644 --- a/drivers/mtd/nand/omap2.c +++ b/drivers/mtd/nand/omap2.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/bch.h> | 27 | #include <linux/bch.h> |
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | #include <plat-omap/dma-omap.h> | ||
31 | #include <linux/platform_data/mtd-nand-omap2.h> | 30 | #include <linux/platform_data/mtd-nand-omap2.h> |
32 | 31 | ||
33 | #define DRIVER_NAME "omap2-nand" | 32 | #define DRIVER_NAME "omap2-nand" |
diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 99f96e19ebea..00cd3da29435 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #include <linux/platform_data/mtd-onenand-omap2.h> | 41 | #include <linux/platform_data/mtd-onenand-omap2.h> |
42 | #include <asm/gpio.h> | 42 | #include <asm/gpio.h> |
43 | 43 | ||
44 | #include <plat-omap/dma-omap.h> | 44 | #include <linux/omap-dma.h> |
45 | 45 | ||
46 | #define DRIVER_NAME "omap2-onenand" | 46 | #define DRIVER_NAME "omap2-onenand" |
47 | 47 | ||