summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/intel-lpss.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/intel-lpss.h')
-rw-r--r--drivers/mfd/intel-lpss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/intel-lpss.h b/drivers/mfd/intel-lpss.h
index f28cb28a62f8..2c7f8d7c0595 100644
--- a/drivers/mfd/intel-lpss.h
+++ b/drivers/mfd/intel-lpss.h
@@ -42,6 +42,8 @@ int intel_lpss_resume(struct device *dev);
42 .thaw = intel_lpss_resume, \ 42 .thaw = intel_lpss_resume, \
43 .poweroff = intel_lpss_suspend, \ 43 .poweroff = intel_lpss_suspend, \
44 .restore = intel_lpss_resume, 44 .restore = intel_lpss_resume,
45#else
46#define INTEL_LPSS_SLEEP_PM_OPS
45#endif 47#endif
46 48
47#define INTEL_LPSS_RUNTIME_PM_OPS \ 49#define INTEL_LPSS_RUNTIME_PM_OPS \