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/include | |
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/include')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/board-rx51.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-rx51.h b/arch/arm/mach-omap2/include/mach/board-rx51.h deleted file mode 100644 index b76f49e7eed5..000000000000 --- a/arch/arm/mach-omap2/include/mach/board-rx51.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | /* | ||
2 | * Defines for rx51 boards | ||
3 | */ | ||
4 | |||
5 | #ifndef _OMAP_BOARD_RX51_H | ||
6 | #define _OMAP_BOARD_RX51_H | ||
7 | |||
8 | extern void __init rx51_peripherals_init(void); | ||
9 | extern void __init rx51_video_mem_init(void); | ||
10 | |||
11 | #endif | ||