gpio.h: fix location of gpio legacy documentation
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 26 Jun 2018 09:49:08 +0000 (06:49 -0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 2 Jul 2018 17:25:47 +0000 (11:25 -0600)
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>
include/linux/gpio.h

index 91ed234..39745b8 100644 (file)
@@ -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)