diff options
Diffstat (limited to 'include/asm-sh/serial.h')
-rw-r--r-- | include/asm-sh/serial.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-sh/serial.h b/include/asm-sh/serial.h index 4ac0e7810812..21f6d330f189 100644 --- a/include/asm-sh/serial.h +++ b/include/asm-sh/serial.h | |||
@@ -29,10 +29,7 @@ | |||
29 | 29 | ||
30 | #else | 30 | #else |
31 | 31 | ||
32 | #define SERIAL_PORT_DFNS \ | 32 | #define SERIAL_PORT_DFNS |
33 | /* UART CLK PORT IRQ FLAGS */ \ | ||
34 | { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ | ||
35 | { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS } /* ttyS1 */ | ||
36 | 33 | ||
37 | #endif | 34 | #endif |
38 | 35 | ||