diff options
author | Ludovic Desroches <ludovic.desroches@o2linux.fr> | 2017-08-06 16:00:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-08-07 15:26:34 +0200 |
commit | 0cca6c8920ade95e2741b2062cf1397dc546fb0f (patch) | |
tree | 74c6fdb47eca6e56dd7b6b18d3093c90abe49dee /include/linux/device.h | |
parent | 5d996132d921c391af5f267123eca1a6a3148ecd (diff) | |
download | blackbird-op-linux-0cca6c8920ade95e2741b2062cf1397dc546fb0f.tar.gz blackbird-op-linux-0cca6c8920ade95e2741b2062cf1397dc546fb0f.zip |
pinctrl: generic: update references to Documentation/pinctrl.txt
Update deprecated references to Documentation/pinctrl.txt since it has been
moved to Documentation/driver-api/pinctl.rst.
Signed-off-by: Ludovic Desroches <ludovic.desroches@o2linux.fr>
Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 723cd54b94da..beabdbc08420 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -843,7 +843,7 @@ struct dev_links_info { * hibernation, system resume and during runtime PM transitions * along with subsystem-level and driver-level callbacks. * @pins: For device pin management. - * See Documentation/pinctrl.txt for details. + * See Documentation/driver-api/pinctl.rst for details. * @msi_list: Hosts MSI descriptors * @msi_domain: The generic MSI domain this device is using. * @numa_node: NUMA node this device is close to. |