ACPI / fan: use acpi_device_xxx_power instead of acpi_bus equivelant
[linux-2.6-block.git] / include / acpi / acpi_bus.h
index bcfd808b1098e81e410310e33582d814274188b8..6ca32812f3da3779565aebecd74fa4dc4f36de7e 100644 (file)
@@ -435,6 +435,7 @@ int acpi_device_set_power(struct acpi_device *device, int state);
 int acpi_bus_init_power(struct acpi_device *device);
 int acpi_device_fix_up_power(struct acpi_device *device);
 int acpi_bus_update_power(acpi_handle handle, int *state_p);
+int acpi_device_update_power(struct acpi_device *device, int *state_p);
 bool acpi_bus_power_manageable(acpi_handle handle);
 
 #ifdef CONFIG_PM