diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:07:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:07:35 -0400 |
commit | b2830810fd8ca8cd8a929a6d6a6c886b1d689a51 (patch) | |
tree | 2b462d96459a77ed59e68a657683e4a2d4c5e634 /arch/arm/mach-omap1/board-palmz71.c | |
parent | 3a0110cdae41fb91d005c335db9e5e697dddc5cd (diff) |
ARM: OMAP: No need to include board-palm*.h from hardware.h
Move the defines to the associated board file and remove
the now unnecessary header files.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmz71.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmz71.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index baf5efbfe3e8..a2f99a46e7b4 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
@@ -46,6 +46,16 @@ | |||
46 | #include <linux/spi/spi.h> | 46 | #include <linux/spi/spi.h> |
47 | #include <linux/spi/ads7846.h> | 47 | #include <linux/spi/ads7846.h> |
48 | 48 | ||
49 | #define PALMZ71_USBDETECT_GPIO 0 | ||
50 | #define PALMZ71_PENIRQ_GPIO 6 | ||
51 | #define PALMZ71_MMC_WP_GPIO 8 | ||
52 | #define PALMZ71_HDQ_GPIO 11 | ||
53 | |||
54 | #define PALMZ71_HOTSYNC_GPIO OMAP_MPUIO(1) | ||
55 | #define PALMZ71_CABLE_GPIO OMAP_MPUIO(2) | ||
56 | #define PALMZ71_SLIDER_GPIO OMAP_MPUIO(3) | ||
57 | #define PALMZ71_MMC_IN_GPIO OMAP_MPUIO(4) | ||
58 | |||
49 | static void __init | 59 | static void __init |
50 | omap_palmz71_init_irq(void) | 60 | omap_palmz71_init_irq(void) |
51 | { | 61 | { |