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

Commit 78a898d0 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

ACPI / PM: Export acpi_device_fix_up_power()



Drivers that needs acpi_device_fix_up_power(), allow them to be built as
modules by exporting this function.

Cc: <stable@vger.kernel.org> # 4.5+
Tested-by: default avatarLaszlo Fiat <laszlo.fiat@gmail.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 57da0c04
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -319,6 +319,7 @@ int acpi_device_fix_up_power(struct acpi_device *device)

	return ret;
}
EXPORT_SYMBOL_GPL(acpi_device_fix_up_power);

int acpi_device_update_power(struct acpi_device *device, int *state_p)
{