serial: doc: Un-document non-existing uart_write_console()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 14 Mar 2016 15:16:09 +0000 (16:16 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 31 Mar 2016 06:58:05 +0000 (00:58 -0600)
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>
Documentation/serial/driver

index 379468e12680dbfb1d4a3dd222fb617681ae1df7..e7c6f86ee06f992748d0d421db211e6666cfef61 100644 (file)
@@ -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
 -------
This page took 0.028399 seconds and 5 git commands to generate.