Commit 6d47a5e4 authored by Adrian Bunk's avatar Adrian Bunk Committed by Greg Kroah-Hartman

PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 50b00755
...@@ -997,7 +997,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func) ...@@ -997,7 +997,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func)
* @handle: handle to acpi namespace * @handle: handle to acpi namespace
* *
*/ */
int acpiphp_bus_trim(acpi_handle handle) static int acpiphp_bus_trim(acpi_handle handle)
{ {
struct acpi_device *device; struct acpi_device *device;
int retval; int retval;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment