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)
commitf8128c390e58928b16f197416d417cfa4c65f610
tree5ffae1f1916216148d685cd9f458e3c968a0fd3d
parentfa98b3985a4a6de6d40b2469b30a3452575f6acf
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