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 <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd 2013-01-29 14:37:47 -08:00
parent 51a90bdc29
commit 50a332f764
1 changed files with 1 additions and 1 deletions

View File

@ -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.