]> git.ipfire.org Git - thirdparty/linux.git/commit
ACPI: scan: Relocate acpi_bus_trim_one()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 26 Feb 2024 16:36:22 +0000 (17:36 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Feb 2024 16:54:59 +0000 (17:54 +0100)
commit514bcabc05387369ee491b8359f34fcd45f25f55
tree256bfbd92b6c698dc8a59d74b6eb9f3c6d1593d2
parent793551c965116d9dfaf0550dacae1396a20efa69
ACPI: scan: Relocate acpi_bus_trim_one()

Relocate acpi_bus_trim_one() (without modifications) so as to avoid the
need to add a forward declaration of it in a subsequent patch.

No functional changes.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/acpi/scan.c