dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Adrian Bunk 2006-08-14 23:07:38 -07:00 committed by Greg Kroah-Hartman
parent 50b0075520
commit 6d47a5e4c3
1 changed files with 1 additions and 1 deletions

View File

@ -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;