From: Mauro Carvalho Chehab Date: Tue, 26 Jun 2018 09:49:08 +0000 (-0300) Subject: gpio.h: fix location of gpio legacy documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=60a866685006bae0c3db20e4bae31887eb452ff1;p=linux.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/include/linux/gpio.h b/include/linux/gpio.h index 91ed23468530d..39745b8bdd65d 100644 --- a/include/linux/gpio.h +++ b/include/linux/gpio.h @@ -14,7 +14,7 @@ #include -/* 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)