summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-rx51.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 11:40:56 -0700
committerTony Lindgren <tony@atomide.com>2012-09-20 15:02:27 -0700
commit0a6f98c95849e4b4053cd5114d2470251061a243 (patch)
tree56cf07677fca70fe9ecc7f614e0fb64a29710bdf /arch/arm/mach-omap2/board-rx51.h
parent4f9ed545a33746864ee9f55bc0b601e09167dfc4 (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.h')
-rw-r--r--arch/arm/mach-omap2/board-rx51.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-rx51.h b/arch/arm/mach-omap2/board-rx51.h
new file mode 100644
index 000000000000..b76f49e7eed5
--- /dev/null
+++ b/arch/arm/mach-omap2/board-rx51.h
@@ -0,0 +1,11 @@
+/*
+ * Defines for rx51 boards
+ */
+
+#ifndef _OMAP_BOARD_RX51_H
+#define _OMAP_BOARD_RX51_H
+
+extern void __init rx51_peripherals_init(void);
+extern void __init rx51_video_mem_init(void);
+
+#endif