diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2014-12-31 19:56:31 +0600 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2015-01-13 12:13:11 +0100 |
commit | e054273a9b117f74ad8214b1f0f23e917e25522e (patch) | |
tree | 089a09441356968b9e90a0aee0ca95fd0333462f /arch/x86/boot | |
parent | 60b217a03b1156a22926ec0770c2aa08679ea769 (diff) | |
download | blackbird-op-linux-e054273a9b117f74ad8214b1f0f23e917e25522e.tar.gz blackbird-op-linux-e054273a9b117f74ad8214b1f0f23e917e25522e.zip |
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 <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/1420034191-20721-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/early_serial_console.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) */ |