SSB: Update the watchdog fix to the patch version that will go upstream.
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / pci / fixup-bcm96348.c
index ae71ebc..e3703a9 100644 (file)
@@ -36,7 +36,7 @@ static char irq_tab_bcm96348[] __initdata = {
 #endif
 };
 
-int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
     return irq_tab_bcm96348[slot];
 }
This page took 0.018661 seconds and 4 git commands to generate.