diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-11-21 01:35:19 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-12-06 10:21:19 -0700 |
commit | f77af637f29da49193283e883a9b18406fb45d3d (patch) | |
tree | 44602d9f6cc417dda0432d4d5171e63162204f6e /Documentation/driver-api | |
parent | 2f7e6f6bf0d5fda265e403423921588cda7ce16e (diff) | |
download | talos-obmc-linux-f77af637f29da49193283e883a9b18406fb45d3d.tar.gz talos-obmc-linux-f77af637f29da49193283e883a9b18406fb45d3d.zip |
doc:process: add links where missing
Some documents are refering to others without links. With this
patch I add those missing links.
This patch affects only documents under process/ and labels where
necessary.
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/pm/devices.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst index 1128705a5731..090c151aa86b 100644 --- a/Documentation/driver-api/pm/devices.rst +++ b/Documentation/driver-api/pm/devices.rst @@ -6,6 +6,8 @@ .. |struct wakeup_source| replace:: :c:type:`struct wakeup_source <wakeup_source>` .. |struct device| replace:: :c:type:`struct device <device>` +.. _driverapi_pm_devices: + ============================== Device Power Management Basics ============================== |