summaryrefslogtreecommitdiff
path: root/src/superio/aspeed
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-16 21:21:30 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-20 17:19:34 +0000
commitc888a7bbaa5661abc6f44c0f6e4ba859966aebb3 (patch)
treeaaa2b49cf8a426e4202c84f07c86a4aa1c2e809e /src/superio/aspeed
parent80df052d355ba2db3bb1b6e6e2c05d05a9ce6ad0 (diff)
downloadcoreboot-c888a7bbaa5661abc6f44c0f6e4ba859966aebb3.tar.xz
src: Remove unused 'include <string.h>'
Change-Id: I2a94c3b6282e9915fd2b8136b124740c8a7b774c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36082 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/aspeed')
-rw-r--r--src/superio/aspeed/ast2400/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/aspeed/ast2400/superio.c b/src/superio/aspeed/ast2400/superio.c
index 5ae630ef45..c5df8b5833 100644
--- a/src/superio/aspeed/ast2400/superio.c
+++ b/src/superio/aspeed/ast2400/superio.c
@@ -18,7 +18,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>
-#include <string.h>
#include <pc80/keyboard.h>
#include <superio/common/ssdt.h>
#include <arch/acpi.h>