X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fserial.h;h=21f6d330f18955fb800453dbf721132bd2c52c87;hb=cfa76f024f7c9e65169425804e5b32e71f66d0ee;hp=f51e232d5cd94f085fef8e3698c67c390b0edca1;hpb=d2f6409584e2c62ffad81690562330ff3bf4a458;p=linux-2.6 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 */