diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-08 20:11:22 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 22:36:46 +0400 |
commit | 8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc (patch) | |
tree | 0225cc3dd7829d3948102c5263a341bb0a5c5c2d /arch/arm/mach-omap2/board-zoom.h | |
parent | 54b693d46772f59fcfcb2cdd0f8b4bff2392b188 (diff) | |
download | linux-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.tar.xz |
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 @@ +/* + * Defines for zoom boards + */ +#include <video/omapdss.h> + +#define ZOOM_NAND_CS 0 + +extern int __init zoom_debugboard_init(void); +extern void __init zoom_peripherals_init(void); +extern void __init zoom_display_init(void); |