X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sh%2Fserial.h;h=21f6d330f18955fb800453dbf721132bd2c52c87;hb=5ff084f21da25ffcc5e0cb0293a0ea588cb46272;hp=f51e232d5cd94f085fef8e3698c67c390b0edca1;hpb=b3539219c9ea20ebf6a5ea3cc534f423a3607c41;p=powerpc.git diff --git a/include/asm-sh/serial.h b/include/asm-sh/serial.h index f51e232d5c..21f6d330f1 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 */