diff options
author | Afzal Mohammed <afzal@ti.com> | 2012-10-05 01:07:27 -0400 |
---|---|---|
committer | Afzal Mohammed <afzal@ti.com> | 2012-10-15 05:12:15 -0400 |
commit | 3ef5d0071cf6c8b9a00b559232bb700ad59999d7 (patch) | |
tree | a99f2f7184d414d44fccb648a71565cab2c670b3 /arch/arm/mach-omap2/gpmc-onenand.c | |
parent | c46406a3f28e4bc2139415db385b91ae756009c1 (diff) |
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-onenand.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc-onenand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/gpmc-onenand.c b/arch/arm/mach-omap2/gpmc-onenand.c index f318f11da2fa..d102183ed9a5 100644 --- a/arch/arm/mach-omap2/gpmc-onenand.c +++ b/arch/arm/mach-omap2/gpmc-onenand.c | |||
@@ -20,8 +20,7 @@ | |||
20 | 20 | ||
21 | #include <asm/mach/flash.h> | 21 | #include <asm/mach/flash.h> |
22 | 22 | ||
23 | #include <plat/gpmc.h> | 23 | #include "gpmc.h" |
24 | |||
25 | #include "soc.h" | 24 | #include "soc.h" |
26 | #include "gpmc-onenand.h" | 25 | #include "gpmc-onenand.h" |
27 | 26 | ||