ramips: fix MT7621 PCI driver on 4.14

The .map_irq hook can now be called after init.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
master
Felix Fietkau 7 years ago
parent 9595a9e8d3
commit 79f9cadd00
  1. 2
      target/linux/ramips/patches-4.14/0004-MIPS-ralink-add-MT7621-pcie-driver.patch

@ -387,7 +387,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+}
+
+
+int __init
+int
+pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
+{
+ u16 cmd;

Loading…
Cancel
Save