diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 5cadcd0654cb..3efb1296290d 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -954,7 +954,7 @@ static struct hpc_ops pciehp_hpc_ops = { | |||
954 | }; | 954 | }; |
955 | 955 | ||
956 | #ifdef CONFIG_ACPI | 956 | #ifdef CONFIG_ACPI |
957 | int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev) | 957 | static int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev) |
958 | { | 958 | { |
959 | acpi_status status; | 959 | acpi_status status; |
960 | acpi_handle chandle, handle = DEVICE_ACPI_HANDLE(&(dev->dev)); | 960 | acpi_handle chandle, handle = DEVICE_ACPI_HANDLE(&(dev->dev)); |