diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:43 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:49 -0400 |
commit | 606281525fb7c9ef0510f74239a132d078f20520 (patch) | |
tree | db48908544f128de209131c595538d9c6844595f /arch/arm/mach-omap2/board-rx51-peripherals.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-rx51-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 364f985b33a9..3945c5017085 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include "common.h" | 33 | #include "common.h" |
34 | #include <plat/dma.h> | 34 | #include <plat/dma.h> |
35 | #include <plat/gpmc.h> | 35 | #include <plat/gpmc.h> |
36 | #include <plat/gpmc-smc91x.h> | 36 | #include "gpmc-smc91x.h" |
37 | 37 | ||
38 | #include "board-rx51.h" | 38 | #include "board-rx51.h" |
39 | 39 | ||