[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>
This commit is contained in:
committed by
Russell King
parent
3145d8a6cc
commit
8d27e6992b
@@ -30,12 +30,6 @@ void __init nas100d_pci_preinit(void)
|
|||||||
set_irq_type(IRQ_NAS100D_PCI_INTD, IRQT_LOW);
|
set_irq_type(IRQ_NAS100D_PCI_INTD, IRQT_LOW);
|
||||||
set_irq_type(IRQ_NAS100D_PCI_INTE, IRQT_LOW);
|
set_irq_type(IRQ_NAS100D_PCI_INTE, IRQT_LOW);
|
||||||
|
|
||||||
gpio_line_isr_clear(NAS100D_PCI_INTA_PIN);
|
|
||||||
gpio_line_isr_clear(NAS100D_PCI_INTB_PIN);
|
|
||||||
gpio_line_isr_clear(NAS100D_PCI_INTC_PIN);
|
|
||||||
gpio_line_isr_clear(NAS100D_PCI_INTD_PIN);
|
|
||||||
gpio_line_isr_clear(NAS100D_PCI_INTE_PIN);
|
|
||||||
|
|
||||||
ixp4xx_pci_preinit();
|
ixp4xx_pci_preinit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -42,8 +42,6 @@ static int __init nas100d_power_init(void)
|
|||||||
|
|
||||||
set_irq_type(NAS100D_RB_IRQ, IRQT_LOW);
|
set_irq_type(NAS100D_RB_IRQ, IRQT_LOW);
|
||||||
|
|
||||||
gpio_line_isr_clear(NAS100D_RB_GPIO);
|
|
||||||
|
|
||||||
if (request_irq(NAS100D_RB_IRQ, &nas100d_reset_handler,
|
if (request_irq(NAS100D_RB_IRQ, &nas100d_reset_handler,
|
||||||
SA_INTERRUPT, "NAS100D reset button", NULL) < 0) {
|
SA_INTERRUPT, "NAS100D reset button", NULL) < 0) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user