diff options
Diffstat (limited to 'arch/arm/mach-iop33x/iq80331.c')
-rw-r--r-- | arch/arm/mach-iop33x/iq80331.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop33x/iq80331.c b/arch/arm/mach-iop33x/iq80331.c index c565f8d1e3a4..637c0272d5e0 100644 --- a/arch/arm/mach-iop33x/iq80331.c +++ b/arch/arm/mach-iop33x/iq80331.c | |||
@@ -54,7 +54,7 @@ static struct sys_timer iq80331_timer = { | |||
54 | * IQ80331 PCI. | 54 | * IQ80331 PCI. |
55 | */ | 55 | */ |
56 | static int __init | 56 | static int __init |
57 | iq80331_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | 57 | iq80331_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) |
58 | { | 58 | { |
59 | int irq; | 59 | int irq; |
60 | 60 | ||