diff options
Diffstat (limited to 'arch/mips/pci/fixup-ocelot-c.c')
-rw-r--r-- | arch/mips/pci/fixup-ocelot-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/fixup-ocelot-c.c b/arch/mips/pci/fixup-ocelot-c.c index d45494807a33..6616648712c2 100644 --- a/arch/mips/pci/fixup-ocelot-c.c +++ b/arch/mips/pci/fixup-ocelot-c.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | 21 | ||
22 | int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | 22 | int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) |
23 | { | 23 | { |
24 | int bus = dev->bus->number; | 24 | int bus = dev->bus->number; |
25 | 25 | ||