diff options
-rw-r--r-- | arch/x86/include/asm/serial.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/include/asm/serial.h b/arch/x86/include/asm/serial.h index 628c801535ea..03ece8e37d31 100644 --- a/arch/x86/include/asm/serial.h +++ b/arch/x86/include/asm/serial.h | |||
@@ -21,9 +21,9 @@ | |||
21 | 21 | ||
22 | #define SERIAL_PORT_DFNS \ | 22 | #define SERIAL_PORT_DFNS \ |
23 | /* UART CLK PORT IRQ FLAGS */ \ | 23 | /* UART CLK PORT IRQ FLAGS */ \ |
24 | { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ | 24 | { .uart = 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ |
25 | { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \ | 25 | { .uart = 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \ |
26 | { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ | 26 | { .uart = 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ |
27 | { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */ | 27 | { .uart = 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */ |
28 | 28 | ||
29 | #endif /* _ASM_X86_SERIAL_H */ | 29 | #endif /* _ASM_X86_SERIAL_H */ |