diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 8f169002dc7e..447e83472c01 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -2370,7 +2370,7 @@ void pci_enable_acs(struct pci_dev *dev) | |||
2370 | * number is always 0 (see the Implementation Note in section 2.2.8.1 of | 2370 | * number is always 0 (see the Implementation Note in section 2.2.8.1 of |
2371 | * the PCI Express Base Specification, Revision 2.1) | 2371 | * the PCI Express Base Specification, Revision 2.1) |
2372 | */ | 2372 | */ |
2373 | u8 pci_swizzle_interrupt_pin(struct pci_dev *dev, u8 pin) | 2373 | u8 pci_swizzle_interrupt_pin(const struct pci_dev *dev, u8 pin) |
2374 | { | 2374 | { |
2375 | int slot; | 2375 | int slot; |
2376 | 2376 | ||