aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDmitry Artamonow <mad_soft@inbox.ru>2009-11-27 06:05:28 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-12-06 11:52:55 -0500
commitca912b17c0af886d9090449d5933ac6ca9a7a20f (patch)
tree66f8663a405de83070775d738b20a74beaffb6fd /arch
parent766f0378a745596eae0bb625b9e3f05a7e7be476 (diff)
ARM: 5816/1: SA1100: h3600: remove IRQ_GPIO_* definitions
As all the remaining users of these definitions (in pcmcia/sa1100_h3600 driver) were converted to gpio_to_irq(), they can be safely removed. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-sa1100/include/mach/h3600.h9
-rw-r--r--arch/arm/mach-sa1100/include/mach/h3600_gpio.h5
2 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/h3600.h b/arch/arm/mach-sa1100/include/mach/h3600.h
index 19d7fe1b5874..f4911dbf6b37 100644
--- a/arch/arm/mach-sa1100/include/mach/h3600.h
+++ b/arch/arm/mach-sa1100/include/mach/h3600.h
@@ -57,13 +57,4 @@
57#define GPIO_H3600_COM_CTS GPIO_GPIO (25) 57#define GPIO_H3600_COM_CTS GPIO_GPIO (25)
58#define GPIO_H3600_COM_RTS GPIO_GPIO (26) 58#define GPIO_H3600_COM_RTS GPIO_GPIO (26)
59 59
60#define IRQ_GPIO_H3600_NPOWER_BUTTON IRQ_GPIO0
61#define IRQ_GPIO_H3600_PCMCIA_CD1 IRQ_GPIO10
62#define IRQ_GPIO_H3600_PCMCIA_IRQ1 IRQ_GPIO11
63#define IRQ_GPIO_H3600_PCMCIA_CD0 IRQ_GPIO17
64#define IRQ_GPIO_H3600_PCMCIA_IRQ0 IRQ_GPIO21
65#define IRQ_GPIO_H3600_COM_DCD IRQ_GPIO23
66#define IRQ_GPIO_H3600_OPT_IRQ IRQ_GPIO24
67#define IRQ_GPIO_H3600_COM_CTS IRQ_GPIO25
68
69#endif /* _INCLUDE_H3600_H_ */ 60#endif /* _INCLUDE_H3600_H_ */
diff --git a/arch/arm/mach-sa1100/include/mach/h3600_gpio.h b/arch/arm/mach-sa1100/include/mach/h3600_gpio.h
index 6cfbc649f189..0c0bfa5464f4 100644
--- a/arch/arm/mach-sa1100/include/mach/h3600_gpio.h
+++ b/arch/arm/mach-sa1100/include/mach/h3600_gpio.h
@@ -71,11 +71,6 @@
71#define GPIO_H3600_OPT_LOCK GPIO_GPIO (22) 71#define GPIO_H3600_OPT_LOCK GPIO_GPIO (22)
72#define GPIO_H3600_OPT_DET GPIO_GPIO (27) 72#define GPIO_H3600_OPT_DET GPIO_GPIO (27)
73 73
74/****************************************************/
75
76#define IRQ_GPIO_H3600_ACTION_BUTTON IRQ_GPIO18
77#define IRQ_GPIO_H3600_OPT_DET IRQ_GPIO27
78
79 74
80/* H3100 / 3600 EGPIO pins */ 75/* H3100 / 3600 EGPIO pins */
81#define H3XXX_EGPIO_BASE (GPIO_MAX + 1) 76#define H3XXX_EGPIO_BASE (GPIO_MAX + 1)