From: Yoichi Yuasa Date: Tue, 20 Jun 2006 14:17:18 +0000 (+0900) Subject: [MIPS] Remove unused system type name for DDB5074 and DDB5476. X-Git-Tag: v2.6.18-rc1~353^2~23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1500b9a0f4381831e41f7e02f61dbef980ded342;p=~emulex%2Finfiniband.git [MIPS] Remove unused system type name for DDB5074 and DDB5476. This patch removes unused system type name. DDB5074 and DDB5476 were already removed. Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/ddb5xxx/common/prom.c b/arch/mips/ddb5xxx/common/prom.c index 00c62c1c28a..20c845c84d4 100644 --- a/arch/mips/ddb5xxx/common/prom.c +++ b/arch/mips/ddb5xxx/common/prom.c @@ -21,8 +21,6 @@ const char *get_system_type(void) { switch (mips_machtype) { - case MACH_NEC_DDB5074: return "NEC DDB Vrc-5074"; - case MACH_NEC_DDB5476: return "NEC DDB Vrc-5476"; case MACH_NEC_DDB5477: return "NEC DDB Vrc-5477"; case MACH_NEC_ROCKHOPPER: return "NEC Rockhopper"; case MACH_NEC_ROCKHOPPERII: return "NEC RockhopperII";