diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 15:24:16 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-10-19 22:32:40 +0200 |
commit | 0747c3ecfbed25cb6e31b09a834091757a3ef866 (patch) | |
tree | d0303f72ac70ad3d1f2a7815f2062065d0c5d6ec | |
parent | e80df7b823bc3e59eaf93ec05bb701bbc7b6c586 (diff) | |
download | linux-0747c3ecfbed25cb6e31b09a834091757a3ef866.tar.bz2 |
Documentation: fix ref to gpio.txt
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/ABI/obsolete/sysfs-gpio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio index 867c1fab20e2..32513dc2eec9 100644 --- a/Documentation/ABI/obsolete/sysfs-gpio +++ b/Documentation/ABI/obsolete/sysfs-gpio @@ -11,7 +11,7 @@ Description: Kernel code may export it for complete or partial access. GPIOs are identified as they are inside the kernel, using integers in - the range 0..INT_MAX. See Documentation/gpio.txt for more information. + the range 0..INT_MAX. See Documentation/gpio/gpio.txt for more information. /sys/class/gpio /export ... asks the kernel to export a GPIO to userspace |