summaryrefslogtreecommitdiff
path: root/include/linux/gpio.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-26 06:49:08 -0300
committerJonathan Corbet <corbet@lwn.net>2018-07-02 11:25:47 -0600
commit60a866685006bae0c3db20e4bae31887eb452ff1 (patch)
treede16c10541a6891d416ccbec2b033d10b6477b62 /include/linux/gpio.h
parent2f896e1c518c7678fb059e16dd92bbac1cb68c95 (diff)
gpio.h: fix location of gpio legacy documentation
The location of this doc file was moved. Change its reference accordingly. Fixes: 7ee2c13080c9 ("Documentation: gpio: Move legacy documentation to driver-api") Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/gpio.h')
-rw-r--r--include/linux/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gpio.h b/include/linux/gpio.h
index 91ed23468530..39745b8bdd65 100644
--- a/include/linux/gpio.h
+++ b/include/linux/gpio.h
@@ -14,7 +14,7 @@
#include <linux/errno.h>
-/* see Documentation/gpio/gpio-legacy.txt */
+/* see Documentation/driver-api/gpio/legacy.rst */
/* make these flag values available regardless of GPIO kconfig options */
#define GPIOF_DIR_OUT (0 << 0)