diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/setup-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 8d1e654256a8..94b777d108bb 100644 --- a/drivers/pci/setup-bus.c +++ b/drivers/pci/setup-bus.c | |||
@@ -1395,7 +1395,7 @@ static enum enable_type pci_realloc_detect(struct pci_bus *bus, | |||
1395 | * second and later try will clear small leaf bridge res | 1395 | * second and later try will clear small leaf bridge res |
1396 | * will stop till to the max deepth if can not find good one | 1396 | * will stop till to the max deepth if can not find good one |
1397 | */ | 1397 | */ |
1398 | static void pci_assign_unassigned_root_bus_resources(struct pci_bus *bus) | 1398 | void pci_assign_unassigned_root_bus_resources(struct pci_bus *bus) |
1399 | { | 1399 | { |
1400 | LIST_HEAD(realloc_head); /* list of resources that | 1400 | LIST_HEAD(realloc_head); /* list of resources that |
1401 | want additional resources */ | 1401 | want additional resources */ |