[PATCH 4.5 30/87] ACPI / PM: Export acpi_device_fix_up_power()
From: Greg Kroah-Hartman
Date: Mon May 30 2016 - 17:52:55 EST
4.5-stable review patch. If anyone has any objections, please let me know.
------------------
From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
commit 78a898d0e39513469858de990de83210fee28ee9 upstream.
Drivers that needs acpi_device_fix_up_power(), allow them to be built as
modules by exporting this function.
Tested-by: Laszlo Fiat <laszlo.fiat@xxxxxxxxx>
Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/acpi/device_pm.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -319,6 +319,7 @@ int acpi_device_fix_up_power(struct acpi
return ret;
}
+EXPORT_SYMBOL_GPL(acpi_device_fix_up_power);
int acpi_device_update_power(struct acpi_device *device, int *state_p)
{