Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16752
b: refs/heads/master
c: 8d27e69
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and Russell King committed Jan 4, 2006
1 parent fe8e640 commit 53627bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3145d8a6cc83ee15adf18f598873e53a54cd1841
refs/heads/master: 8d27e6992bc6a7ca7eaa1d29fb1a8d6cb6022c45
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-ixp4xx/nas100d-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_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();
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-ixp4xx/nas100d-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ static int __init nas100d_power_init(void)

set_irq_type(NAS100D_RB_IRQ, IRQT_LOW);

gpio_line_isr_clear(NAS100D_RB_GPIO);

if (request_irq(NAS100D_RB_IRQ, &nas100d_reset_handler,
SA_INTERRUPT, "NAS100D reset button", NULL) < 0) {

Expand Down

0 comments on commit 53627bf

Please sign in to comment.