diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-08-13 15:54:48 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-08-26 09:35:52 +0200 |
commit | 8307959d5e244e533d3a049476fb1dfa366306a9 (patch) | |
tree | 6ed951f1686af83a92b7df6faad86d3df8a9835b | |
parent | 8ae34ea7e8e655a9afe477062f1d91a3700959b5 (diff) |
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: Jiri Kosina <jkosina@suse.cz>
-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 |