X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmips%2Fpci%2Ffixup-pnx8550.c;h=96857ac63bf560f9a38932791b216795ac9f0bca;hb=8de547e1824437f3c6af180d3ed2162fa4b3f389;hp=50546dab66893106b1671508b3fe11db0e39fb62;hpb=9b3a89f8b052f2a6193a9691e053f986144a65a0;p=mv-sheeva.git diff --git a/arch/mips/pci/fixup-pnx8550.c b/arch/mips/pci/fixup-pnx8550.c index 50546dab668..96857ac63bf 100644 --- a/arch/mips/pci/fixup-pnx8550.c +++ b/arch/mips/pci/fixup-pnx8550.c @@ -45,7 +45,7 @@ void __init pcibios_fixup(void) /* nothing to do here */ } -int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) +int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) { return pnx8550_irq_tab[slot][pin]; }