PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / arm / mach-iop13xx / iq81340mc.c
index 9b5a63f5d07d4368fcc6247d8815a2e272ac1ebf..23dfaffc586c85ad8aa637de2764d2abd43fdef0 100644 (file)
@@ -30,7 +30,7 @@
 extern int init_atu; /* Flag to select which ATU(s) to initialize / disable */
 
 static int __init
-iq81340mc_pcix_map_irq(struct pci_dev *dev, u8 idsel, u8 pin)
+iq81340mc_pcix_map_irq(const struct pci_dev *dev, u8 idsel, u8 pin)
 {
        switch (idsel) {
        case 1:
This page took 0.024743 seconds and 5 git commands to generate.