It's better to use macros which already defined. <linux/serial_reg.h> already contains macros for initialization and work with serial port, but with another names.
Alexander Kuleshov (2): x86/boot/early_serial: use macros which are already defined x86/kernel/early_printk: use macros which are already defined arch/x86/boot/boot.h | 1 + arch/x86/boot/compressed/misc.c | 9 +++----- arch/x86/boot/compressed/misc.h | 1 + arch/x86/boot/early_serial_console.c | 44 ++++++++++++------------------------ arch/x86/boot/tty.c | 10 +++----- arch/x86/kernel/early_printk.c | 40 +++++++++++--------------------- 6 files changed, 35 insertions(+), 70 deletions(-) -- 2.3.0.rc1.275.g028c360 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

