diff options
author | Afzal Mohammed <afzal@ti.com> | 2012-10-05 07:07:27 +0200 |
---|---|---|
committer | Afzal Mohammed <afzal@ti.com> | 2012-10-15 11:12:15 +0200 |
commit | 3ef5d0071cf6c8b9a00b559232bb700ad59999d7 (patch) | |
tree | a99f2f7184d414d44fccb648a71565cab2c670b3 /arch/arm/mach-omap2/gpmc.c | |
parent | ARM: OMAP2+: gpmc: remove exported nand functions (diff) | |
download | linux-3ef5d0071cf6c8b9a00b559232bb700ad59999d7.tar.xz linux-3ef5d0071cf6c8b9a00b559232bb700ad59999d7.zip |
ARM: OMAP2+: gpmc: localize gpmc header
Requirement of gpmc header outside of mach-omap2 has been
cutoff, move gpmc header file in plat-omap folder to local
mach-omap2 folder
Objective - common zImage participation of omap
Signed-off-by: Afzal Mohammed <afzal@ti.com>
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 @@ #include <linux/platform_data/mtd-nand-omap2.h> #include <asm/mach-types.h> -#include <plat/gpmc.h> #include <plat/cpu.h> -#include <plat/gpmc.h> #include <plat/sdrc.h> #include <plat/omap_device.h> #include "soc.h" #include "common.h" +#include "gpmc.h" #define DEVICE_NAME "omap-gpmc" |