From d0281f15eb352ca8efca6f32c727a1f73f307f11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= <kyosti.malkki@gmail.com>
Date: Tue, 4 Feb 2014 20:28:23 +0200
Subject: uart8250: Drop unused declarations
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 src/include/uart8250.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src/include')

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);
-- 
cgit v1.2.3