diff options
Diffstat (limited to 'arch/sh/include/asm/serial.h')
| -rw-r--r-- | arch/sh/include/asm/serial.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/sh/include/asm/serial.h b/arch/sh/include/asm/serial.h index e13cc948ee60..11f854dd1363 100644 --- a/arch/sh/include/asm/serial.h +++ b/arch/sh/include/asm/serial.h | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | #ifndef _ASM_SERIAL_H | 7 | #ifndef _ASM_SERIAL_H |
| 8 | #define _ASM_SERIAL_H | 8 | #define _ASM_SERIAL_H |
| 9 | 9 | ||
| 10 | #include <linux/kernel.h> | ||
| 11 | |||
| 12 | /* | 10 | /* |
| 13 | * This assumes you have a 1.8432 MHz clock for your UART. | 11 | * This assumes you have a 1.8432 MHz clock for your UART. |
| 14 | * | 12 | * |
| @@ -18,19 +16,4 @@ | |||
| 18 | */ | 16 | */ |
| 19 | #define BASE_BAUD ( 1843200 / 16 ) | 17 | #define BASE_BAUD ( 1843200 / 16 ) |
| 20 | 18 | ||
| 21 | #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) | ||
| 22 | |||
| 23 | #ifdef CONFIG_HD64465 | ||
| 24 | #include <asm/hd64465/hd64465.h> | ||
| 25 | |||
| 26 | #define SERIAL_PORT_DFNS \ | ||
| 27 | /* UART CLK PORT IRQ FLAGS */ \ | ||
| 28 | { 0, BASE_BAUD, 0x3F8, HD64465_IRQ_UART, STD_COM_FLAGS } /* ttyS0 */ | ||
| 29 | |||
| 30 | #else | ||
| 31 | |||
| 32 | #define SERIAL_PORT_DFNS | ||
| 33 | |||
| 34 | #endif | ||
| 35 | |||
| 36 | #endif /* _ASM_SERIAL_H */ | 19 | #endif /* _ASM_SERIAL_H */ |
