diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:45:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:45:55 +0000 |
commit | f05fab340298536393c015f1bd6ac1c6b8446590 (patch) | |
tree | 27505507f7b4450a2f3e4e1f9ed69f0f24a98e91 /include/asm-mips/serial.h | |
parent | 95db6b748fc86297827fbd9c9ef174d491c9ad89 (diff) |
DDB 5074 updates from Geert.
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r-- | include/asm-mips/serial.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index 3fbefe683..b01e435f7 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h @@ -1,4 +1,4 @@ -/* $Id: serial.h,v 1.7 2000/01/31 03:44:29 ralf Exp $ +/* $Id: serial.h,v 1.8 2000/02/04 07:40:53 ralf Exp $ * * Copyright (C) 1999 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. @@ -147,18 +147,8 @@ #define MCA_SERIAL_PORT_DFNS #endif -#ifdef CONFIG_DDB5074 -#define DDB5074_SERIAL_PORT_DEFNS \ - { 0, 520833, 0, 20, \ - STD_COM_FLAGS, 0, 0, 0, 0, 0, 0, 0, \ - (u8 *)0xbfa00300, 3 } -#else -#define DDB5074_SERIAL_PORT_DEFNS -#endif - #define SERIAL_PORT_DFNS \ JAZZ_SERIAL_PORT_DEFNS \ STD_SERIAL_PORT_DEFNS \ EXTRA_SERIAL_PORT_DEFNS \ - HUB6_SERIAL_PORT_DFNS \ - DDB5074_SERIAL_PORT_DEFNS + HUB6_SERIAL_PORT_DFNS |