summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/lpc.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-14 20:04:04 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-16 17:22:41 +0000
commite5446cafd660477a2a7978f6e0dc5e67a35efc9f (patch)
tree71f2506d86e5cfe648243f0997afed67e45e582e /src/southbridge/intel/lynxpoint/lpc.c
parent0526554699b2e9dac60260fbd9945574959b6383 (diff)
downloadcoreboot-e5446cafd660477a2a7978f6e0dc5e67a35efc9f.tar.gz
coreboot-e5446cafd660477a2a7978f6e0dc5e67a35efc9f.tar.bz2
coreboot-e5446cafd660477a2a7978f6e0dc5e67a35efc9f.zip
sb/intel/*/lpc: Remove unused <string.h>
Found using: diff <(git grep -l '#include <string.h>' -- src/) <(git grep -l 'STRINGIFY\|memcpy\|memmove\|memset\|memcmp\|memchr\|strdup\|strconcat\|strnlen\|strlen\|strchr\|strncpy\|strcpy\|strcmp\|strncmp\|strspn\|strcspn\|strstr\|strtok_r\|strtok\|atol\|strrchr\|skip_atoi\|snprintf' -- src/)|grep '<' Change-Id: I8f8655853fd1fc1f3679a4549fdaa08702f96c7b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50684 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/lpc.c')
-rw-r--r--src/southbridge/intel/lynxpoint/lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c
index 9c07c342b951..a9e2c17e38cf 100644
--- a/src/southbridge/intel/lynxpoint/lpc.c
+++ b/src/southbridge/intel/lynxpoint/lpc.c
@@ -12,7 +12,6 @@
#include <arch/ioapic.h>
#include <acpi/acpi.h>
#include <cpu/x86/smm.h>
-#include <string.h>
#include "chip.h"
#include "iobp.h"
#include "pch.h"