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: Laszlo Fiat <laszlo.fiat@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
57da0c042f
commit
78a898d0e3
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ int acpi_device_fix_up_power(struct acpi_device *device)
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(acpi_device_fix_up_power);
|
||||||
|
|
||||||
int acpi_device_update_power(struct acpi_device *device, int *state_p)
|
int acpi_device_update_power(struct acpi_device *device, int *state_p)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue