summaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic/smbios.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 08:39:08 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-05 17:37:12 +0000
commit51b9eb74bf0851d68efaa94a5acf4665cbacbc82 (patch)
treece7c07d924acf4343b8efab651506545bf817cc5 /src/drivers/wifi/generic/smbios.c
parent6dfc0aebb3cf4f0149b9c0408911c1bbc4f3a505 (diff)
src/drivers/wifi/generic/smbios.c: Remove unused <string.h>
Found using following command: 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(\|vsnprintf(\|snprintf(' -- src/) Change-Id: I2a6c5b67af1d2544159e92d4b8c06cc1f5504bd2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60552 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/wifi/generic/smbios.c')
-rw-r--r--src/drivers/wifi/generic/smbios.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/wifi/generic/smbios.c b/src/drivers/wifi/generic/smbios.c
index db22de9793..9c83df655e 100644
--- a/src/drivers/wifi/generic/smbios.c
+++ b/src/drivers/wifi/generic/smbios.c
@@ -3,7 +3,6 @@
#include <device/device.h>
#include <device/pci_ids.h>
#include <smbios.h>
-#include <string.h>
#include "wifi_private.h"