summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/hid
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/hid')
-rw-r--r--src/drivers/i2c/hid/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/hid/hid.c b/src/drivers/i2c/hid/hid.c
index 06b31d129d..c91b04a922 100644
--- a/src/drivers/i2c/hid/hid.c
+++ b/src/drivers/i2c/hid/hid.c
@@ -5,7 +5,7 @@
#include <assert.h>
#include <device/device.h>
#include <stdio.h>
-#include <string.h>
+
#include "chip.h"
#include <gpio.h>
#include <console/console.h>