aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/power/power.h')
-rw-r--r--drivers/base/power/power.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/power/power.h b/drivers/base/power/power.h
index 591a0dd5deee..8ba0830cbc03 100644
--- a/drivers/base/power/power.h
+++ b/drivers/base/power/power.h
@@ -5,7 +5,7 @@
5extern void device_shutdown(void); 5extern void device_shutdown(void);
6 6
7 7
8#ifdef CONFIG_PM 8#ifdef CONFIG_PM_SLEEP
9 9
10/* 10/*
11 * main.c 11 * main.c
@@ -62,7 +62,7 @@ extern int resume_device(struct device *);
62 */ 62 */
63extern int suspend_device(struct device *, pm_message_t); 63extern int suspend_device(struct device *, pm_message_t);
64 64
65#else /* CONFIG_PM */ 65#else /* CONFIG_PM_SLEEP */
66 66
67 67
68static inline int device_pm_add(struct device * dev) 68static inline int device_pm_add(struct device * dev)