diff options
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c | 2 |
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" |