PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / arm / mach-iop32x / iq80321.c
index 3a95950e8737a05095ec02a91646ea6c6bc0674f..35b7e6914d3b781d3eacdb1489fa07b34eeb8a6e 100644 (file)
@@ -71,7 +71,7 @@ void __init iq80321_map_io(void)
  * IQ80321 PCI.
  */
 static int __init
-iq80321_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+iq80321_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
        int irq;
 
This page took 0.026756 seconds and 5 git commands to generate.