Skip to content

Commit

Permalink
x86, early_serial_console: Remove unused macro XMTRDY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Kuleshov authored and Borislav Petkov committed Jan 13, 2015
1 parent 60b217a commit e054273
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/boot/early_serial_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */

#define XMTRDY 0x20

#define DLAB 0x80

#define TXR 0 /* Transmit register (WRITE) */
Expand Down

0 comments on commit e054273

Please sign in to comment.