summaryrefslogtreecommitdiff
path: root/arch/mips/vr41xx/common/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/vr41xx/common/type.c')
-rw-r--r--arch/mips/vr41xx/common/type.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/vr41xx/common/type.c b/arch/mips/vr41xx/common/type.c
deleted file mode 100644
index dddcf1eaa912..000000000000
--- a/arch/mips/vr41xx/common/type.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * type.c, System type for NEC VR4100 series.
- *
- * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
- */
-
-const char *get_system_type(void)
-{
- return "NEC VR4100 series";
-}