From 50a332f764ab3dae1568c6e08fb18c138d621af1 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Tue, 29 Jan 2013 14:37:47 -0800 Subject: [PATCH] Documentation: Point to correct header file The header file was renamed to pm_qos.h in e8db0be (PM QoS: Move and rename the implementation files, 2011-08-25) but this documentation wasn't updated. Update it. Signed-off-by: Stephen Boyd --- Documentation/power/pm_qos_interface.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/power/pm_qos_interface.txt b/Documentation/power/pm_qos_interface.txt index 17e130a8034..b4ea2b50b34 100644 --- a/Documentation/power/pm_qos_interface.txt +++ b/Documentation/power/pm_qos_interface.txt @@ -19,7 +19,7 @@ Each parameters have defined units: The infrastructure exposes multiple misc device nodes one per implemented parameter. The set of parameters implement is defined by pm_qos_power_init() -and pm_qos_params.h. This is done because having the available parameters +and pm_qos.h. This is done because having the available parameters being runtime configurable or changeable from a driver was seen as too easy to abuse.