diff options
Diffstat (limited to 'drivers/base/power')
-rw-r--r-- | drivers/base/power/main.c | 1 | ||||
-rw-r--r-- | drivers/base/power/power.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index 200ed5fafd50..bdc03f7e8424 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
@@ -129,6 +129,7 @@ void device_pm_schedule_removal(struct device *dev) | |||
129 | list_move_tail(&dev->power.entry, &dpm_destroy); | 129 | list_move_tail(&dev->power.entry, &dpm_destroy); |
130 | mutex_unlock(&dpm_list_mtx); | 130 | mutex_unlock(&dpm_list_mtx); |
131 | } | 131 | } |
132 | EXPORT_SYMBOL_GPL(device_pm_schedule_removal); | ||
132 | 133 | ||
133 | /** | 134 | /** |
134 | * pm_sleep_lock - mutual exclusion for registration and suspend | 135 | * pm_sleep_lock - mutual exclusion for registration and suspend |
diff --git a/drivers/base/power/power.h b/drivers/base/power/power.h index 6f0dfca8ebdd..e32d3bdb92c1 100644 --- a/drivers/base/power/power.h +++ b/drivers/base/power/power.h | |||
@@ -13,7 +13,6 @@ static inline struct device *to_device(struct list_head *entry) | |||
13 | 13 | ||
14 | extern void device_pm_add(struct device *); | 14 | extern void device_pm_add(struct device *); |
15 | extern void device_pm_remove(struct device *); | 15 | extern void device_pm_remove(struct device *); |
16 | extern void device_pm_schedule_removal(struct device *); | ||
17 | extern int pm_sleep_lock(void); | 16 | extern int pm_sleep_lock(void); |
18 | extern void pm_sleep_unlock(void); | 17 | extern void pm_sleep_unlock(void); |
19 | 18 | ||