[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080417093349.GA1677@cs181133002.pp.htv.fi>
Date: Thu, 17 Apr 2008 12:34:20 +0300
From: Adrian Bunk <bunk@...nel.org>
To: kristen.c.accardi@...el.com, gregkh@...e.de
Cc: pcihpd-discuss@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make pciehp_acpi_get_hp_hw_control_from_firmware()
static
this_patch_makes_the_needlessly_global_pciehp_acpi_get_hp_hw_control_from_firmware_static
;)
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
1ad3d7f12e34fb3af50c549683479faf9719ccd5 diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c
index 698975a..e76b667 100644
--- a/drivers/pci/hotplug/pciehp_hpc.c
+++ b/drivers/pci/hotplug/pciehp_hpc.c
@@ -1052,7 +1052,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));
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists