diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:40:56 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:27 -0400 |
commit | 0a6f98c95849e4b4053cd5114d2470251061a243 (patch) | |
tree | 56cf07677fca70fe9ecc7f614e0fb64a29710bdf /arch/arm/mach-omap2/board-rx51-peripherals.c | |
parent | 4f9ed545a33746864ee9f55bc0b601e09167dfc4 (diff) |
ARM: OMAP2+: Make board-rx51.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 29d838b8bdf9..364f985b33a9 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <plat/gpmc.h> | 35 | #include <plat/gpmc.h> |
36 | #include <plat/gpmc-smc91x.h> | 36 | #include <plat/gpmc-smc91x.h> |
37 | 37 | ||
38 | #include <mach/board-rx51.h> | 38 | #include "board-rx51.h" |
39 | 39 | ||
40 | #include <sound/tlv320aic3x.h> | 40 | #include <sound/tlv320aic3x.h> |
41 | #include <sound/tpa6130a2-plat.h> | 41 | #include <sound/tpa6130a2-plat.h> |