diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehprm_acpi.c')
-rw-r--r-- | drivers/pci/hotplug/pciehprm_acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/pciehprm_acpi.c b/drivers/pci/hotplug/pciehprm_acpi.c index 4d013f86b1a5..ae244e218620 100644 --- a/drivers/pci/hotplug/pciehprm_acpi.c +++ b/drivers/pci/hotplug/pciehprm_acpi.c | |||
@@ -169,7 +169,7 @@ static int is_root_bridge(acpi_handle handle) | |||
169 | return 0; | 169 | return 0; |
170 | } | 170 | } |
171 | 171 | ||
172 | int get_hp_hw_control_from_firmware(struct pci_dev *dev) | 172 | int pciehp_get_hp_hw_control_from_firmware(struct pci_dev *dev) |
173 | { | 173 | { |
174 | acpi_status status; | 174 | acpi_status status; |
175 | acpi_handle chandle, handle = DEVICE_ACPI_HANDLE(&(dev->dev)); | 175 | acpi_handle chandle, handle = DEVICE_ACPI_HANDLE(&(dev->dev)); |
@@ -228,7 +228,7 @@ int get_hp_hw_control_from_firmware(struct pci_dev *dev) | |||
228 | return -1; | 228 | return -1; |
229 | } | 229 | } |
230 | 230 | ||
231 | void get_hp_params_from_firmware(struct pci_dev *dev, | 231 | void pciehp_get_hp_params_from_firmware(struct pci_dev *dev, |
232 | struct hotplug_params *hpp) | 232 | struct hotplug_params *hpp) |
233 | { | 233 | { |
234 | acpi_status status = AE_NOT_FOUND; | 234 | acpi_status status = AE_NOT_FOUND; |