diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-18 05:28:38 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 17:39:24 +0100 |
commit | 470b160364db5b8096b8e557a23c97eb6612be67 (patch) | |
tree | e788b9548129880ecf5f6a7be89d7f1380050616 /include/asm-mips/ddb5xxx/ddb5xxx.h | |
parent | eaff3888742155bd397e45a1c3323c0173042e5b (diff) |
[MIPS] Remove support for NEC DDB5476.
As warned several times before.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/ddb5xxx/ddb5xxx.h')
-rw-r--r-- | include/asm-mips/ddb5xxx/ddb5xxx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/ddb5xxx/ddb5xxx.h b/include/asm-mips/ddb5xxx/ddb5xxx.h index 2c8c93430c1..2f1b191c6ff 100644 --- a/include/asm-mips/ddb5xxx/ddb5xxx.h +++ b/include/asm-mips/ddb5xxx/ddb5xxx.h @@ -255,9 +255,7 @@ extern void ddb_pci_reset_bus(void); /* * include the board dependent part */ -#if defined(CONFIG_DDB5476) -#include <asm/ddb5xxx/ddb5476.h> -#elif defined(CONFIG_DDB5477) +#if defined(CONFIG_DDB5477) #include <asm/ddb5xxx/ddb5477.h> #else #error "Unknown DDB board!" |