summaryrefslogtreecommitdiff
path: root/arch/mips/fw/arc/env.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2019-10-09 15:27:12 +0200
committerPaul Burton <paul.burton@mips.com>2019-10-09 14:55:37 -0700
commitd11646b5ce930c4d5e933c4d97db5a06a67a211b (patch)
tree4d572766784aa211353eb6840a7887a3147fad91 /arch/mips/fw/arc/env.c
parent3c0be5849259b729580c23549330973a2dd513a2 (diff)
MIPS: fw: arc: remove unused ARC code
Current kernel uses only a few ARC calls. Drop all unused ARC functions. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/fw/arc/env.c')
-rw-r--r--arch/mips/fw/arc/env.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/fw/arc/env.c b/arch/mips/fw/arc/env.c
index 1118a26b32ee..02407a7bb38e 100644
--- a/arch/mips/fw/arc/env.c
+++ b/arch/mips/fw/arc/env.c
@@ -19,9 +19,3 @@ ArcGetEnvironmentVariable(CHAR *name)
{
return (CHAR *) ARC_CALL1(get_evar, name);
}
-
-LONG __init
-ArcSetEnvironmentVariable(PCHAR name, PCHAR value)
-{
- return ARC_CALL2(set_evar, name, value);
-}