]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: bus: Export acpi_dev_for_each_child() to modules
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 13 Jun 2022 18:26:03 +0000 (20:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Jun 2022 18:33:10 +0000 (20:33 +0200)
commitd75eb24f2872d80b74f914f661acaac1fe800c14
tree5ffae1f1916216148d685cd9f458e3c968a0fd3d
parent601fa8452490143ab9e39708a62f5d682d99dbb0
ACPI: bus: Export acpi_dev_for_each_child() to modules

Some pieces of modular code can benefit from using
acpi_dev_for_each_child(), so export it to modules.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/acpi/bus.c