PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[pandora-kernel.git] / arch / sh / drivers / pci / fixups-cayman.c
index b68b61d..edc2fb7 100644 (file)
@@ -5,7 +5,7 @@
 #include <cpu/irq.h>
 #include "pci-sh5.h"
 
-int __init pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin)
+int __init pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
        int result = -1;