From 40a94743a3564874eb4b33d6aa21c66b527e5bc3 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 9 Nov 2021 23:32:25 +0100 Subject: [PATCH] doc: guides: pm: device_runtime: remove outdated statement The device runtime API does no longer use pm_device_state_set(). Signed-off-by: Gerard Marull-Paretas --- doc/guides/pm/device_runtime.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guides/pm/device_runtime.rst b/doc/guides/pm/device_runtime.rst index 6fc60ae1fdb..aa9627bce12 100644 --- a/doc/guides/pm/device_runtime.rst +++ b/doc/guides/pm/device_runtime.rst @@ -6,8 +6,5 @@ Management mechanism which reduces the overall system Power consumtion by suspending the devices which are idle or not being used while the System is active or running. -The framework uses :c:func:`pm_device_state_set()` API set the -device power state accordingly based on the usage count. - The interfaces and APIs provided by the Device Runtime PM are designed to be generic and architecture independent.