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 /arch/arm/mach-ixp4xx/nas100d-power.c | |
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>
Diffstat (limited to 'arch/arm/mach-ixp4xx/nas100d-power.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/nas100d-power.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 | ||