diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-08-13 17:54:48 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-09 03:10:01 +0400 |
commit | 75e4239b59393487dd79c88ebd419fda11eca465 (patch) | |
tree | 892d439071db128ce238c2dd762a7badb8464cad /Documentation/serial | |
parent | 7acb88af6fedc4424a99425308a2f3e50d5ff1bc (diff) | |
download | linux-75e4239b59393487dd79c88ebd419fda11eca465.tar.xz |
Documentation: serial: fix header path
RS485 related structure will be defined in user space API
header.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/serial')
-rw-r--r-- | Documentation/serial/serial-rs485.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/serial/serial-rs485.txt b/Documentation/serial/serial-rs485.txt index 41c8378c0b2f..39dac95422a3 100644 --- a/Documentation/serial/serial-rs485.txt +++ b/Documentation/serial/serial-rs485.txt @@ -132,5 +132,5 @@ 5. REFERENCES - [1] include/linux/serial.h + [1] include/uapi/linux/serial.h [2] Documentation/devicetree/bindings/serial/rs485.txt |