|
@@ -415,6 +415,7 @@ static struct thermal_device_info *initialize_sensor(int index)
|
|
return td_info;
|
|
return td_info;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#ifdef CONFIG_PM_SLEEP
|
|
/**
|
|
/**
|
|
* mid_thermal_resume - resume routine
|
|
* mid_thermal_resume - resume routine
|
|
* @dev: device structure
|
|
* @dev: device structure
|
|
@@ -442,6 +443,7 @@ static int mid_thermal_suspend(struct device *dev)
|
|
*/
|
|
*/
|
|
return configure_adc(0);
|
|
return configure_adc(0);
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
static SIMPLE_DEV_PM_OPS(mid_thermal_pm,
|
|
static SIMPLE_DEV_PM_OPS(mid_thermal_pm,
|
|
mid_thermal_suspend, mid_thermal_resume);
|
|
mid_thermal_suspend, mid_thermal_resume);
|