Skip to content

Commit

Permalink
[MIPS] Remove unused system type name for DDB5074 and DDB5476.
Browse files Browse the repository at this point in the history
This patch removes unused system type name.
DDB5074 and DDB5476 were already removed.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jun 29, 2006
1 parent 7ae7cda commit 1500b9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/ddb5xxx/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1500b9a

Please sign in to comment.