[MIPS] Cobalt: Fix ethernet interrupts for RaQ1

RAQ1 uses the same interrupt routing as Qube2.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Thomas Bogendoerfer and committed by Ralf Baechle f6c0f32e 2f02c15a

+1 -1
+1 -1
arch/mips/pci/fixup-cobalt.c
··· 177 178 int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) 179 { 180 - if (cobalt_board_id < COBALT_BRD_ID_QUBE2) 181 return irq_tab_qube1[slot]; 182 183 if (cobalt_board_id == COBALT_BRD_ID_RAQ2)
··· 177 178 int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) 179 { 180 + if (cobalt_board_id <= COBALT_BRD_ID_QUBE1) 181 return irq_tab_qube1[slot]; 182 183 if (cobalt_board_id == COBALT_BRD_ID_RAQ2)