projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b0075
)
PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static
author
Adrian Bunk
<bunk@stusta.de>
Tue, 15 Aug 2006 06:07:38 +0000
(23:07 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 27 Sep 2006 00:43:53 +0000
(17:43 -0700)
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>
drivers/pci/hotplug/acpiphp_glue.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/acpiphp_glue.c
b/drivers/pci/hotplug/acpiphp_glue.c
index ae67a8f55ba169851ad7c78bf1cdd83c7c67f047..be7e9166241750b4430260b853dbcad7e4660241 100644
(file)
--- 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;