aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-09-05 20:16:27 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-18 13:22:30 +0200
commit74378c5c8cdaf0ce9f65e67cbd0613286f2c3bad (patch)
treef5fde0977fdc9dee7af271b08be28ffccc17097c /include/linux/device.h
parentLinux 4.14-rc1 (diff)
downloadlinux-dev-74378c5c8cdaf0ce9f65e67cbd0613286f2c3bad.tar.xz
linux-dev-74378c5c8cdaf0ce9f65e67cbd0613286f2c3bad.zip
driver core: Fix link to device power management documentation
Correct location as of commit 2728b2d2e5be4b82 (PM / core / docs: Convert sleep states API document to reST). Fixes: 2728b2d2e5be4b82 (PM / core / docs: Convert sleep states API document to reST) Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index c6f27207dbe8..1d2607923a24 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -838,7 +838,7 @@ struct dev_links_info {
* @driver_data: Private pointer for driver specific info.
* @links: Links to suppliers and consumers of this device.
* @power: For device power management.
- * See Documentation/power/admin-guide/devices.rst for details.
+ * See Documentation/driver-api/pm/devices.rst for details.
* @pm_domain: Provide callbacks that are executed during system suspend,
* hibernation, system resume and during runtime PM transitions
* along with subsystem-level and driver-level callbacks.