Skip to content

Commit

Permalink
make pciehp_acpi_get_hp_hw_control_from_firmware()
Browse files Browse the repository at this point in the history
this_patch_makes_the_needlessly_global_pciehp_acpi_get_hp_hw_control_from_firmware_static

;)

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by:  Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Adrian Bunk authored and Jesse Barnes committed Apr 25, 2008
1 parent 2aeeef1 commit 4ea3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ static struct hpc_ops pciehp_hpc_ops = {
};

#ifdef CONFIG_ACPI
int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev)
static int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev)
{
acpi_status status;
acpi_handle chandle, handle = DEVICE_ACPI_HANDLE(&(dev->dev));
Expand Down

0 comments on commit 4ea3e58

Please sign in to comment.