aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-04 20:28:23 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-06 11:17:05 +0100
commitd0281f15eb352ca8efca6f32c727a1f73f307f11 (patch)
tree0affc763d5800352b2df4754cc4e0d306c7aa3af /src/include
parent2113099e49dff8c985763521b7ad9f1d1c6bb89c (diff)
uart8250: Drop unused declarations
Change-Id: Ie915ef9dbc45604bd5ca1b610acb12af634fdebe Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5138 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/uart8250.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/uart8250.h b/src/include/uart8250.h
index e6a318ae8b..bec3637033 100644
--- a/src/include/uart8250.h
+++ b/src/include/uart8250.h
@@ -111,9 +111,6 @@
#error Bad ttyS0 baud rate
#endif
-/* Line Control Settings */
-#define UART_LCS CONFIG_TTYS0_LCS
-
#if CONFIG_CONSOLE_SERIAL8250
unsigned char uart8250_rx_byte(unsigned base_port);
int uart8250_can_rx_byte(unsigned base_port);