diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-02-02 01:32:13 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-02-06 11:25:55 -0700 |
commit | 2728b2d2e5be4b828a523a06089cd605419fc65c (patch) | |
tree | 79a2a45f99bbb68c8191bb780c2c5ab60ab1c358 /include/linux | |
parent | 4d29b2e5ad37a50b186f828d73086cdbf36580bf (diff) | |
download | linux-2728b2d2e5be4b828a523a06089cd605419fc65c.tar.gz linux-2728b2d2e5be4b828a523a06089cd605419fc65c.tar.bz2 linux-2728b2d2e5be4b828a523a06089cd605419fc65c.zip |
PM / core / docs: Convert sleep states API document to reST
Move the document describing the system sleep state transitions API
for devices to Documentation/driver-api/pm/, convert it to reST and
update it to use current terminology. Also remove the remaining
reference to the old version of it from pm.h.
The new document still contains references to some documents in the
.txt format that will be converted later.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 10867b11d503..a0894bc52bb4 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -276,9 +276,6 @@ typedef struct pm_message { * example, if it detects that a child was unplugged while the system was * asleep). * - * Refer to Documentation/power/devices.txt for more information about the role - * of the above callbacks in the system suspend process. - * * There also are callbacks related to runtime power management of devices. * Again, as a rule these callbacks are executed by the PM core for subsystems * (PM domains, device types, classes and bus types) and the subsystem-level |