diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-08 12:11:22 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 14:36:46 -0400 |
commit | 8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc (patch) | |
tree | 0225cc3dd7829d3948102c5263a341bb0a5c5c2d /arch/arm/mach-omap2/board-zoom.h | |
parent | 54b693d46772f59fcfcb2cdd0f8b4bff2392b188 (diff) |
ARM: OMAP2+: Make board-zoom.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-zoom.h')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-zoom.h b/arch/arm/mach-omap2/board-zoom.h new file mode 100644 index 000000000000..2e9486940ead --- /dev/null +++ b/arch/arm/mach-omap2/board-zoom.h | |||
@@ -0,0 +1,10 @@ | |||
1 | /* | ||
2 | * Defines for zoom boards | ||
3 | */ | ||
4 | #include <video/omapdss.h> | ||
5 | |||
6 | #define ZOOM_NAND_CS 0 | ||
7 | |||
8 | extern int __init zoom_debugboard_init(void); | ||
9 | extern void __init zoom_peripherals_init(void); | ||
10 | extern void __init zoom_display_init(void); | ||