summaryrefslogtreecommitdiff
path: root/src/ec/google
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-27 11:36:52 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-05-29 10:34:08 +0000
commit08375b508222d4cdc85b01497322ffbac40f5a69 (patch)
treec7cbf2a17d9049844f378e74530061ae8897fd91 /src/ec/google
parentbdd03c20d5b1cd7ca17e2559a44ddcf1da06f3be (diff)
tree: Remove unused <string.h>
Change-Id: I9ed1a82fcd3fc29124ddc406592bd45dc84d4628 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/ec/google')
-rw-r--r--src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c b/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c
index fc6b759807..4fa32e60da 100644
--- a/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c
+++ b/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c
@@ -6,7 +6,7 @@
#include <device/device.h>
#include <device/path.h>
#include <stdio.h>
-#include <string.h>
+
#include "chip.h"
#define CROS_EC_I2C_TUNNEL_HID "GOOG0012"