diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-08-13 15:54:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-09 01:10:01 +0200 |
commit | 75e4239b59393487dd79c88ebd419fda11eca465 (patch) | |
tree | 892d439071db128ce238c2dd762a7badb8464cad /Documentation/serial | |
parent | drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory' (diff) | |
download | linux-75e4239b59393487dd79c88ebd419fda11eca465.tar.xz linux-75e4239b59393487dd79c88ebd419fda11eca465.zip |
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 |