X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-sh%2Fserial.h;h=21f6d330f18955fb800453dbf721132bd2c52c87;hb=789c56b7f73218141b8004cb4f775eed8c514212;hp=f51e232d5cd94f085fef8e3698c67c390b0edca1;hpb=6c89cce75c6f93088a5a2a25bb9674a9194592cc;p=karo-tx-linux.git diff --git a/include/asm-sh/serial.h b/include/asm-sh/serial.h index f51e232d5cd9..21f6d330f189 100644 --- a/include/asm-sh/serial.h +++ b/include/asm-sh/serial.h @@ -7,14 +7,8 @@ #ifndef _ASM_SERIAL_H #define _ASM_SERIAL_H -#include #include -#ifdef CONFIG_SH_EC3104 -#include -#elif defined (CONFIG_SH_BIGSUR) -#include -#else /* * This assumes you have a 1.8432 MHz clock for your UART. * @@ -35,12 +29,8 @@ #else -#define SERIAL_PORT_DFNS \ - /* UART CLK PORT IRQ FLAGS */ \ - { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ - { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS } /* ttyS1 */ +#define SERIAL_PORT_DFNS #endif -#endif #endif /* _ASM_SERIAL_H */