From: Alexander Kuleshov Date: Wed, 31 Dec 2014 13:56:31 +0000 (+0600) Subject: x86, early_serial_console: Remove unused macro XMTRDY X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e054273a9b117f74ad8214b1f0f23e917e25522e;p=deliverable%2Flinux.git x86, early_serial_console: Remove unused macro XMTRDY There is no write to serial routine, no need for XMTRDY macro. Signed-off-by: Alexander Kuleshov Link: http://lkml.kernel.org/r/1420034191-20721-1-git-send-email-kuleshovmail@gmail.com Signed-off-by: Borislav Petkov --- diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c index 5df2869c874b..790586daec83 100644 --- a/arch/x86/boot/early_serial_console.c +++ b/arch/x86/boot/early_serial_console.c @@ -2,8 +2,6 @@ #define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */ -#define XMTRDY 0x20 - #define DLAB 0x80 #define TXR 0 /* Transmit register (WRITE) */