From: Adrian Bunk Date: Tue, 15 Aug 2006 06:07:38 +0000 (-0700) Subject: PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static X-Git-Tag: v2.6.19-rc1~1004^2~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d47a5e4c3f8b6458002065d98a9cc6ff90fb597;p=linux-2.6-omap-h63xx.git PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static Signed-off-by: Adrian Bunk Acked-by: MUNEDA Takahiro Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index ae67a8f55ba..be7e9166241 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -997,7 +997,7 @@ acpiphp_bus_add_out: * @handle: handle to acpi namespace * */ -int acpiphp_bus_trim(acpi_handle handle) +static int acpiphp_bus_trim(acpi_handle handle) { struct acpi_device *device; int retval;