diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-08-15 02:07:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-26 20:43:53 -0400 |
commit | 6d47a5e4c3f8b6458002065d98a9cc6ff90fb597 (patch) | |
tree | 22a0154151bdaf5651b7aca86d470801f53b86f0 | |
parent | 50b0075520a0acba9cabab5203bbce918b966d9a (diff) |
PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index ae67a8f55ba1..be7e91662417 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -997,7 +997,7 @@ acpiphp_bus_add_out: | |||
997 | * @handle: handle to acpi namespace | 997 | * @handle: handle to acpi namespace |
998 | * | 998 | * |
999 | */ | 999 | */ |
1000 | int acpiphp_bus_trim(acpi_handle handle) | 1000 | static int acpiphp_bus_trim(acpi_handle handle) |
1001 | { | 1001 | { |
1002 | struct acpi_device *device; | 1002 | struct acpi_device *device; |
1003 | int retval; | 1003 | int retval; |