PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / sh / drivers / pci / fixups-cayman.c
index b68b61d22c6cd4aab727f2754fbe20617c872c1c..edc2fb7a5bb25540e75cf42b86877b8c16ed8558 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;
 
This page took 0.024379 seconds and 5 git commands to generate.