]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: power: Remove info about non-existing QoS interfaces
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 10 Jul 2025 10:26:56 +0000 (12:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Jul 2025 12:02:22 +0000 (14:02 +0200)
cpu_latency_qos_add|remove_notifier() doesn't exist, hence let's drop
the documentation of them.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://patch.msgid.link/20250710102656.127654-1-ulf.hansson@linaro.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/pm_qos_interface.rst

index 69b0fe3e25423116d901d4ea068a6635cf5d11de..5019c79c7710e98783db1c7c873e72a9dd696f81 100644 (file)
@@ -52,13 +52,6 @@ int cpu_latency_qos_request_active(handle):
   Returns if the request is still active, i.e. it has not been removed from the
   CPU latency QoS list.
 
-int cpu_latency_qos_add_notifier(notifier):
-  Adds a notification callback function to the CPU latency QoS. The callback is
-  called when the aggregated value for the CPU latency QoS is changed.
-
-int cpu_latency_qos_remove_notifier(notifier):
-  Removes the notification callback function from the CPU latency QoS.
-
 
 From user space: