]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
PM: runtime: Remove unsued extern declaration of pm_runtime_update_max_time_suspended()
authorYueHaibing <yuehaibing@huawei.com>
Fri, 21 Jul 2023 12:12:16 +0000 (20:12 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 22 Aug 2023 19:31:57 +0000 (21:31 +0200)
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>
include/linux/pm_runtime.h

index 9a8151a2bdea6f714b8290d1e698e3165985aa1d..7c9b3544856343d6e7fee275590052abb82f82ba 100644 (file)
@@ -85,8 +85,6 @@ extern void pm_runtime_irq_safe(struct device *dev);
 extern void __pm_runtime_use_autosuspend(struct device *dev, bool use);
 extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay);
 extern u64 pm_runtime_autosuspend_expiration(struct device *dev);
-extern void pm_runtime_update_max_time_suspended(struct device *dev,
-                                                s64 delta_ns);
 extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable);
 extern void pm_runtime_get_suppliers(struct device *dev);
 extern void pm_runtime_put_suppliers(struct device *dev);