diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpmc.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 05aca39f52cb..f14bd3f55218 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c | |||
@@ -29,15 +29,14 @@ | |||
29 | #include <linux/platform_data/mtd-nand-omap2.h> | 29 | #include <linux/platform_data/mtd-nand-omap2.h> |
30 | 30 | ||
31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
32 | #include <plat/gpmc.h> | ||
33 | 32 | ||
34 | #include <plat/cpu.h> | 33 | #include <plat/cpu.h> |
35 | #include <plat/gpmc.h> | ||
36 | #include <plat/sdrc.h> | 34 | #include <plat/sdrc.h> |
37 | #include <plat/omap_device.h> | 35 | #include <plat/omap_device.h> |
38 | 36 | ||
39 | #include "soc.h" | 37 | #include "soc.h" |
40 | #include "common.h" | 38 | #include "common.h" |
39 | #include "gpmc.h" | ||
41 | 40 | ||
42 | #define DEVICE_NAME "omap-gpmc" | 41 | #define DEVICE_NAME "omap-gpmc" |
43 | 42 | ||