aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3630sdp.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 14:41:43 -0400
committerTony Lindgren <tony@atomide.com>2012-09-20 18:02:49 -0400
commit606281525fb7c9ef0510f74239a132d078f20520 (patch)
treedb48908544f128de209131c595538d9c6844595f /arch/arm/mach-omap2/board-3630sdp.c
parent578fad4d16742b281a626a1d1725f2c16c386cf7 (diff)
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/board-3630sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3630sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c
index 8518b1345988..fc224ad86747 100644
--- a/arch/arm/mach-omap2/board-3630sdp.c
+++ b/arch/arm/mach-omap2/board-3630sdp.c
@@ -17,7 +17,7 @@
17#include <asm/mach/arch.h> 17#include <asm/mach/arch.h>
18 18
19#include "common.h" 19#include "common.h"
20#include <plat/gpmc-smc91x.h> 20#include "gpmc-smc91x.h"
21#include <plat/usb.h> 21#include <plat/usb.h>
22 22
23#include <mach/board-zoom.h> 23#include <mach/board-zoom.h>