PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / sh / drivers / pci / fixups-sdk7780.c
index 0930f988ac29914a1a34af4993d0a09d4756f88a..0b8472501b885044b33ebaaaee4b4b8fb5065f9e 100644 (file)
@@ -27,7 +27,7 @@ static char sdk7780_irq_tab[4][16] __initdata = {
        { 68, 67, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 },
 };
 
-int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin)
+int __init pcibios_map_platform_irq(const struct pci_dev *pdev, u8 slot, u8 pin)
 {
        return sdk7780_irq_tab[pin-1][slot];
 }
This page took 0.028193 seconds and 5 git commands to generate.