diff options
Diffstat (limited to 'arch/arm/mach-omap2/include/mach/board-zoom.h')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/board-zoom.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-zoom.h b/arch/arm/mach-omap2/include/mach/board-zoom.h index 3af69d2c3dcd..775fdc3b000b 100644 --- a/arch/arm/mach-omap2/include/mach/board-zoom.h +++ b/arch/arm/mach-omap2/include/mach/board-zoom.h | |||
@@ -1,11 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * Defines for zoom boards | 2 | * Defines for zoom boards |
3 | */ | 3 | */ |
4 | #include <linux/mtd/mtd.h> | 4 | #include <video/omapdss.h> |
5 | #include <linux/mtd/partitions.h> | ||
6 | 5 | ||
7 | #define ZOOM_NAND_CS 0 | 6 | #define ZOOM_NAND_CS 0 |
8 | 7 | ||
9 | extern void __init board_nand_init(struct mtd_partition *, u8 nr_parts, u8 cs); | ||
10 | extern int __init zoom_debugboard_init(void); | 8 | extern int __init zoom_debugboard_init(void); |
11 | extern void __init zoom_peripherals_init(void); | 9 | extern void __init zoom_peripherals_init(void); |
10 | extern void __init zoom_display_init(void); | ||
11 | |||
12 | #define ZOOM2_HEADSET_EXTMUTE_GPIO 153 | ||