Skip to content

Commit e26a99d

Browse files
YueHaibingrafaeljw
authored andcommitted
PM: runtime: Remove unsued extern declaration of pm_runtime_update_max_time_suspended()
Commit 76e267d ("PM / Runtime: Remove device fields related to suspend time, v2") left behind this. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 706a741 commit e26a99d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/pm_runtime.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ extern void pm_runtime_irq_safe(struct device *dev);
8585
extern void __pm_runtime_use_autosuspend(struct device *dev, bool use);
8686
extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay);
8787
extern u64 pm_runtime_autosuspend_expiration(struct device *dev);
88-
extern void pm_runtime_update_max_time_suspended(struct device *dev,
89-
s64 delta_ns);
9088
extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable);
9189
extern void pm_runtime_get_suppliers(struct device *dev);
9290
extern void pm_runtime_put_suppliers(struct device *dev);

0 commit comments

Comments
 (0)