diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:41:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:49 -0700 |
commit | 606281525fb7c9ef0510f74239a132d078f20520 (patch) | |
tree | db48908544f128de209131c595538d9c6844595f /arch/arm/mach-omap2/board-2430sdp.c | |
parent | 578fad4d16742b281a626a1d1725f2c16c386cf7 (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-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 0900eac57d56..95b384d54f8a 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -36,7 +36,7 @@ #include "common.h" #include <plat/gpmc.h> #include <plat/usb.h> -#include <plat/gpmc-smc91x.h> +#include "gpmc-smc91x.h" #include <video/omapdss.h> #include <video/omap-panel-generic-dpi.h> |