aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-02-02 01:32:13 +0100
committerJonathan Corbet <corbet@lwn.net>2017-02-06 11:25:55 -0700
commit2728b2d2e5be4b828a523a06089cd605419fc65c (patch)
tree79a2a45f99bbb68c8191bb780c2c5ab60ab1c358 /include/linux/pm.h
parentPM / core: Update kerneldoc comments in pm.h (diff)
downloadlinux-dev-2728b2d2e5be4b828a523a06089cd605419fc65c.tar.xz
linux-dev-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/pm.h')
-rw-r--r--include/linux/pm.h3
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