]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/hwmon/ab8500.c
Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-beck.git] / drivers / hwmon / ab8500.c
index d844dc806853d2cbc06760af1a92790dd1392faa..8b6a4f4c8774b10322ecfb56c6bbe992b693dab2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * When the AB8500 thermal warning temperature is reached (threshold cannot
  * be changed by SW), an interrupt is set, and if no further action is taken
- * within a certain time frame, pm_power off will be called.
+ * within a certain time frame, kernel_power_off will be called.
  *
  * When AB8500 thermal shutdown temperature is reached a hardware shutdown of
  * the AB8500 will occur.
@@ -21,6 +21,7 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/power/ab8500.h>
+#include <linux/reboot.h>
 #include <linux/slab.h>
 #include <linux/sysfs.h>
 #include "abx500.h"
@@ -106,7 +107,7 @@ static void ab8500_thermal_power_off(struct work_struct *work)
 
        dev_warn(&abx500_data->pdev->dev, "Power off due to critical temp\n");
 
-       pm_power_off();
+       kernel_power_off();
 }
 
 static ssize_t ab8500_show_name(struct device *dev,