PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / arm / mach-orion5x / ts209-setup.c
index 47162fd5f0447264af65d8713eca042ce2010d0d..c9831614e355c9dcc22090766bc8136972a8d71e 100644 (file)
@@ -143,7 +143,8 @@ void __init qnap_ts209_pci_preinit(void)
        }
 }
 
-static int __init qnap_ts209_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+static int __init qnap_ts209_pci_map_irq(const struct pci_dev *dev, u8 slot,
+       u8 pin)
 {
        int irq;
 
This page took 0.02396 seconds and 5 git commands to generate.