summaryrefslogtreecommitdiffstats
path: root/Documentation/serial
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-03-14 16:16:09 +0100
committerJonathan Corbet <corbet@lwn.net>2016-03-31 00:58:05 -0600
commit834392a7d92677ff2bdc1c709b1171ee585b55c9 (patch)
tree089770c0765a285a23e89db729c314e607ffbc31 /Documentation/serial
parentf3e27a80b782b9b9857157e0a104a8757e72d166 (diff)
downloadop-kernel-dev-834392a7d92677ff2bdc1c709b1171ee585b55c9.zip
op-kernel-dev-834392a7d92677ff2bdc1c709b1171ee585b55c9.tar.gz
serial: doc: Un-document non-existing uart_write_console()
uart_write_console() never existed, not even when the "new uart_write_console function" was documented. Fixes: 67ab7f596b6adbae ("[SERIAL] Update serial driver documentation") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/serial')
-rw-r--r--Documentation/serial/driver5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver
index 379468e..e7c6f86 100644
--- a/Documentation/serial/driver
+++ b/Documentation/serial/driver
@@ -28,11 +28,6 @@ The serial core provides a few helper functions. This includes identifing
the correct port structure (via uart_get_console) and decoding command line
arguments (uart_parse_options).
-There is also a helper function (uart_write_console) which performs a
-character by character write, translating newlines to CRLF sequences.
-Driver writers are recommended to use this function rather than implementing
-their own version.
-
Locking
-------
OpenPOWER on IntegriCloud