mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:10:50 +07:00
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:
parent
50b0075520
commit
6d47a5e4c3
@ -997,7 +997,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func)
|
||||
* @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;
|
||||
|
Loading…
Reference in New Issue
Block a user