diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
| -rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index cf22f9e01e00..5e50008d1181 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
| @@ -1085,7 +1085,7 @@ static int acpiphp_bus_trim(acpi_handle handle) | |||
| 1085 | * This function should be called per *physical slot*, | 1085 | * This function should be called per *physical slot*, |
| 1086 | * not per each slot object in ACPI namespace. | 1086 | * not per each slot object in ACPI namespace. |
| 1087 | */ | 1087 | */ |
| 1088 | static int enable_device(struct acpiphp_slot *slot) | 1088 | static int __ref enable_device(struct acpiphp_slot *slot) |
| 1089 | { | 1089 | { |
| 1090 | struct pci_dev *dev; | 1090 | struct pci_dev *dev; |
| 1091 | struct pci_bus *bus = slot->bridge->pci_bus; | 1091 | struct pci_bus *bus = slot->bridge->pci_bus; |
