diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/fsg-pci.c')
| -rw-r--r-- | arch/arm/mach-ixp4xx/fsg-pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ixp4xx/fsg-pci.c b/arch/arm/mach-ixp4xx/fsg-pci.c index f19f3f6feda1..ca12a9ca0830 100644 --- a/arch/arm/mach-ixp4xx/fsg-pci.c +++ b/arch/arm/mach-ixp4xx/fsg-pci.c | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | 25 | ||
| 26 | void __init fsg_pci_preinit(void) | 26 | void __init fsg_pci_preinit(void) |
| 27 | { | 27 | { |
| 28 | set_irq_type(IRQ_FSG_PCI_INTA, IRQT_LOW); | 28 | set_irq_type(IRQ_FSG_PCI_INTA, IRQ_TYPE_LEVEL_LOW); |
| 29 | set_irq_type(IRQ_FSG_PCI_INTB, IRQT_LOW); | 29 | set_irq_type(IRQ_FSG_PCI_INTB, IRQ_TYPE_LEVEL_LOW); |
| 30 | set_irq_type(IRQ_FSG_PCI_INTC, IRQT_LOW); | 30 | set_irq_type(IRQ_FSG_PCI_INTC, IRQ_TYPE_LEVEL_LOW); |
| 31 | 31 | ||
| 32 | ixp4xx_pci_preinit(); | 32 | ixp4xx_pci_preinit(); |
| 33 | } | 33 | } |
