diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-16 23:54:19 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-16 23:54:19 +0200 |
commit | 94709014ea8d2f24fbc1e6eb6982e801e325bd47 (patch) | |
tree | a99f2f7184d414d44fccb648a71565cab2c670b3 /arch/arm/mach-omap2/board-h4.c | |
parent | Linux 3.7-rc1 (diff) | |
parent | ARM: OMAP2+: gpmc: localize gpmc header (diff) | |
download | linux-94709014ea8d2f24fbc1e6eb6982e801e325bd47.tar.xz linux-94709014ea8d2f24fbc1e6eb6982e801e325bd47.zip |
Merge tag 'gpmc-czimage' of git://gitorious.org/x0148406-public/linux-kernel into omap-for-v3.8/cleanup-headers-gpmc
gpmc cleanup for common ARM zImage
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 8d04bf851af4..65ebf58e66e2 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c @@ -33,7 +33,6 @@ #include <plat/menelaus.h> #include <plat/dma.h> -#include <plat/gpmc.h> #include "debug-devices.h" #include <video/omapdss.h> @@ -42,6 +41,7 @@ #include "common.h" #include "mux.h" #include "control.h" +#include "gpmc.h" #define H4_FLASH_CS 0 #define H4_SMC91X_CS 1 |