PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[linux-2.6-block.git] / arch / arm / mach-footbridge / netwinder-pci.c
index e263d6d54a0fbcc8cb6c4ac287894d4b5c6c2865..62187610e17ec0dba84954ea8e39a07b49e9c1be 100644 (file)
@@ -17,7 +17,7 @@
  * We now use the slot ID instead of the device identifiers to select
  * which interrupt is routed where.
  */
-static int __init netwinder_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+static int __init netwinder_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
        switch (slot) {
        case 0:  /* host bridge */