Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 50b00755
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;