diff options
author | Zhang Rui <rui.zhang@intel.com> | 2014-10-17 08:30:58 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-10-17 08:30:58 +0200 |
commit | 6ceaf58abe25e86292152005c51169796bad3407 (patch) | |
tree | e97a032bc9dc63da9939136bd32ed5e0ad0f09bc /drivers/acpi/device_pm.c | |
parent | Merge branch 'thermal-core-fix' of .git into next (diff) | |
parent | Thermal: int340x thermal: select ACPI fan driver (diff) | |
download | linux-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.c | 1 |
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) { |