diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-08 09:11:22 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 11:36:46 -0700 |
commit | 8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc (patch) | |
tree | 0225cc3dd7829d3948102c5263a341bb0a5c5c2d /arch/arm/mach-omap2/include/mach | |
parent | 54b693d46772f59fcfcb2cdd0f8b4bff2392b188 (diff) | |
download | op-kernel-dev-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.zip op-kernel-dev-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.tar.gz |
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/include/mach')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/board-zoom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-zoom.h b/arch/arm/mach-omap2/include/mach/board-zoom.h deleted file mode 100644 index 2e94869..0000000 --- a/arch/arm/mach-omap2/include/mach/board-zoom.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * 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); |