diff options
Diffstat (limited to 'drivers/pci/hotplug-pci.c')
-rw-r--r-- | drivers/pci/hotplug-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug-pci.c b/drivers/pci/hotplug-pci.c index 6258dc260d9f..c68366cee6b7 100644 --- a/drivers/pci/hotplug-pci.c +++ b/drivers/pci/hotplug-pci.c | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <linux/export.h> | 4 | #include <linux/export.h> |
5 | #include "pci.h" | 5 | #include "pci.h" |
6 | 6 | ||
7 | int __ref pci_hp_add_bridge(struct pci_dev *dev) | 7 | int pci_hp_add_bridge(struct pci_dev *dev) |
8 | { | 8 | { |
9 | struct pci_bus *parent = dev->bus; | 9 | struct pci_bus *parent = dev->bus; |
10 | int pass, busnr, start = parent->busn_res.start; | 10 | int pass, busnr, start = parent->busn_res.start; |