diff options
author | Tony Lindgren | 2012-10-08 18:11:22 +0200 |
---|---|---|
committer | Tony Lindgren | 2012-10-17 20:36:46 +0200 |
commit | 8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc (patch) | |
tree | 0225cc3dd7829d3948102c5263a341bb0a5c5c2d /arch/arm/mach-omap2/include | |
parent | ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1 (diff) | |
download | kernel-qcow2-linux-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.tar.gz kernel-qcow2-linux-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.tar.xz kernel-qcow2-linux-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.zip |
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')
-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 2e9486940ead..000000000000 --- 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); |