diff options
author | Deepak Saxena <dsaxena@plexity.net> | 2006-01-04 12:17:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-04 12:17:12 -0500 |
commit | 8d27e6992bc6a7ca7eaa1d29fb1a8d6cb6022c45 (patch) | |
tree | 2dd4132a1c0128f4047bb0b162e5c2075d7a5dd6 | |
parent | 3145d8a6cc83ee15adf18f598873e53a54cd1841 (diff) |
[ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100d
Patch from Deepak Saxena
This patch removes referneces to gpio_isr_line_clear() from the
NAS 100d platform implementation.
Depends on 3192/1 and 3215/1
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-ixp4xx/nas100d-pci.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-ixp4xx/nas100d-power.c | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-ixp4xx/nas100d-pci.c b/arch/arm/mach-ixp4xx/nas100d-pci.c index 9bd029462359..26b7c001ff64 100644 --- a/arch/arm/mach-ixp4xx/nas100d-pci.c +++ b/arch/arm/mach-ixp4xx/nas100d-pci.c | |||
@@ -30,12 +30,6 @@ void __init nas100d_pci_preinit(void) | |||
30 | set_irq_type(IRQ_NAS100D_PCI_INTD, IRQT_LOW); | 30 | set_irq_type(IRQ_NAS100D_PCI_INTD, IRQT_LOW); |
31 | set_irq_type(IRQ_NAS100D_PCI_INTE, IRQT_LOW); | 31 | set_irq_type(IRQ_NAS100D_PCI_INTE, IRQT_LOW); |
32 | 32 | ||
33 | gpio_line_isr_clear(NAS100D_PCI_INTA_PIN); | ||
34 | gpio_line_isr_clear(NAS100D_PCI_INTB_PIN); | ||
35 | gpio_line_isr_clear(NAS100D_PCI_INTC_PIN); | ||
36 | gpio_line_isr_clear(NAS100D_PCI_INTD_PIN); | ||
37 | gpio_line_isr_clear(NAS100D_PCI_INTE_PIN); | ||
38 | |||
39 | ixp4xx_pci_preinit(); | 33 | ixp4xx_pci_preinit(); |
40 | } | 34 | } |
41 | 35 | ||
diff --git a/arch/arm/mach-ixp4xx/nas100d-power.c b/arch/arm/mach-ixp4xx/nas100d-power.c index c74a19004390..2bec69bfa715 100644 --- a/arch/arm/mach-ixp4xx/nas100d-power.c +++ b/arch/arm/mach-ixp4xx/nas100d-power.c | |||
@@ -42,8 +42,6 @@ static int __init nas100d_power_init(void) | |||
42 | 42 | ||
43 | set_irq_type(NAS100D_RB_IRQ, IRQT_LOW); | 43 | set_irq_type(NAS100D_RB_IRQ, IRQT_LOW); |
44 | 44 | ||
45 | gpio_line_isr_clear(NAS100D_RB_GPIO); | ||
46 | |||
47 | if (request_irq(NAS100D_RB_IRQ, &nas100d_reset_handler, | 45 | if (request_irq(NAS100D_RB_IRQ, &nas100d_reset_handler, |
48 | SA_INTERRUPT, "NAS100D reset button", NULL) < 0) { | 46 | SA_INTERRUPT, "NAS100D reset button", NULL) < 0) { |
49 | 47 | ||