From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 01:13:52 +0000
Subject: [PATCH] disable i2c1

---
 kernel/arch/mips/fw/arc/env.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/kernel/arch/mips/fw/arc/env.c b/kernel/arch/mips/fw/arc/env.c
index 1118a26..02407a7 100644
--- a/kernel/arch/mips/fw/arc/env.c
+++ b/kernel/arch/mips/fw/arc/env.c
@@ -19,9 +19,3 @@
 {
 	return (CHAR *) ARC_CALL1(get_evar, name);
 }
-
-LONG __init
-ArcSetEnvironmentVariable(PCHAR name, PCHAR value)
-{
-	return ARC_CALL2(set_evar, name, value);
-}

--
Gitblit v1.6.2