diff options
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/pci/ops-rts7751r2d.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/drivers/pci/ops-rts7751r2d.c b/arch/sh/drivers/pci/ops-rts7751r2d.c index 4a518d948049..ec8430c8d2d1 100644 --- a/arch/sh/drivers/pci/ops-rts7751r2d.c +++ b/arch/sh/drivers/pci/ops-rts7751r2d.c | |||
@@ -19,10 +19,10 @@ | |||
19 | #include "pci-sh4.h" | 19 | #include "pci-sh4.h" |
20 | 20 | ||
21 | static u8 rts7751r2d_irq_tab[] __initdata = { | 21 | static u8 rts7751r2d_irq_tab[] __initdata = { |
22 | IRQ_PCISLOT1, | 22 | IRQ_PCI_INTA, |
23 | IRQ_PCISLOT2, | 23 | IRQ_PCI_INTB, |
24 | IRQ_PCMCIA, | 24 | IRQ_PCI_INTC, |
25 | IRQ_PCIETH, | 25 | IRQ_PCI_INTD, |
26 | }; | 26 | }; |
27 | 27 | ||
28 | int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | 28 | int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) |