aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpmc-smc91x.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 11:41:43 -0700
committerTony Lindgren <tony@atomide.com>2012-09-20 15:02:49 -0700
commit606281525fb7c9ef0510f74239a132d078f20520 (patch)
treedb48908544f128de209131c595538d9c6844595f /arch/arm/mach-omap2/gpmc-smc91x.c
parentARM: OMAP1: Move flash.h from plat to mach (diff)
downloadlinux-dev-606281525fb7c9ef0510f74239a132d078f20520.tar.xz
linux-dev-606281525fb7c9ef0510f74239a132d078f20520.zip
ARM: OMAP2+: Make gpmc-smc91x.h local
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/gpmc-smc91x.c')
-rw-r--r--arch/arm/mach-omap2/gpmc-smc91x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc-smc91x.c b/arch/arm/mach-omap2/gpmc-smc91x.c
index 245839dfc722..565475310374 100644
--- a/arch/arm/mach-omap2/gpmc-smc91x.c
+++ b/arch/arm/mach-omap2/gpmc-smc91x.c
@@ -18,7 +18,7 @@
#include <linux/smc91x.h>
#include <plat/gpmc.h>
-#include <plat/gpmc-smc91x.h>
+#include "gpmc-smc91x.h"
#include "soc.h"