public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY
@ 2014-12-31 13:56 Alexander Kuleshov
  2014-12-31 14:15 ` Borislav Petkov
  2015-01-16  8:07 ` [tip:x86/cleanups] x86, early_serial_console: " tip-bot for Alexander Kuleshov
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2014-12-31 13:56 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: H. Peter Anvin, Thomas Gleixner, Ingo Molnar, linux-kernel,
	Alexander Kuleshov

There is no write to serial routine, no need in XMTRDY macro.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 arch/x86/boot/early_serial_console.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c
index 5df2869..790586d 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) */
-- 
2.2.1.202.g44ae4ee.dirty


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-16  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 13:56 [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY Alexander Kuleshov
2014-12-31 14:15 ` Borislav Petkov
2015-01-16  8:07 ` [tip:x86/cleanups] x86, early_serial_console: " tip-bot for Alexander Kuleshov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox