Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM: runtime: Remove unsued extern declaration of pm_runtime_update_max_time_suspended()

Commit 76e267d822f2 ("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>

authored by

YueHaibing and committed by
Rafael J. Wysocki
e26a99dd 706a7415

-2
-2
include/linux/pm_runtime.h
··· 85 85 extern void __pm_runtime_use_autosuspend(struct device *dev, bool use); 86 86 extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay); 87 87 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); 90 88 extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable); 91 89 extern void pm_runtime_get_suppliers(struct device *dev); 92 90 extern void pm_runtime_put_suppliers(struct device *dev);