diff options
Diffstat (limited to 'arch/arm/mach-orion5x/pci.c')
-rw-r--r-- | arch/arm/mach-orion5x/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index f64965d4f8e8..28b8760ab9fa 100644 --- a/arch/arm/mach-orion5x/pci.c +++ b/arch/arm/mach-orion5x/pci.c | |||
@@ -589,7 +589,7 @@ struct pci_bus __init *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys | |||
589 | return bus; | 589 | return bus; |
590 | } | 590 | } |
591 | 591 | ||
592 | int __init orion5x_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | 592 | int __init orion5x_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) |
593 | { | 593 | { |
594 | int bus = dev->bus->number; | 594 | int bus = dev->bus->number; |
595 | 595 | ||