mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
51a90bdc29
commit
50a332f764
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Each parameters have defined units:
|
||||||
|
|
||||||
The infrastructure exposes multiple misc device nodes one per implemented
|
The infrastructure exposes multiple misc device nodes one per implemented
|
||||||
parameter. The set of parameters implement is defined by pm_qos_power_init()
|
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
|
being runtime configurable or changeable from a driver was seen as too easy to
|
||||||
abuse.
|
abuse.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue