summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/device_pm.c
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-10-17 08:30:58 +0200
committerZhang Rui <rui.zhang@intel.com>2014-10-17 08:30:58 +0200
commit6ceaf58abe25e86292152005c51169796bad3407 (patch)
treee97a032bc9dc63da9939136bd32ed5e0ad0f09bc /drivers/acpi/device_pm.c
parentMerge branch 'thermal-core-fix' of .git into next (diff)
parentThermal: int340x thermal: select ACPI fan driver (diff)
downloadlinux-6ceaf58abe25e86292152005c51169796bad3407.tar.xz
linux-6ceaf58abe25e86292152005c51169796bad3407.zip
Merge branch 'int340x-thermal' of .git into next
Diffstat (limited to 'drivers/acpi/device_pm.c')
-rw-r--r--drivers/acpi/device_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 67075f800e34..91775475e367 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -343,6 +343,7 @@ int acpi_device_update_power(struct acpi_device *device, int *state_p)
return 0;
}
+EXPORT_SYMBOL_GPL(acpi_device_update_power);
int acpi_bus_update_power(acpi_handle handle, int *state_p)
{