diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-27 11:36:52 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-29 10:34:08 +0000 |
commit | 08375b508222d4cdc85b01497322ffbac40f5a69 (patch) | |
tree | c7cbf2a17d9049844f378e74530061ae8897fd91 /src/arch/x86 | |
parent | bdd03c20d5b1cd7ca17e2559a44ddcf1da06f3be (diff) |
tree: Remove unused <string.h>
Change-Id: I9ed1a82fcd3fc29124ddc406592bd45dc84d4628
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/smbios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index f42de71fc7..ef2c19a7d0 100644 --- a/src/arch/x86/smbios.c +++ b/src/arch/x86/smbios.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <string.h> #include <smbios.h> #include <console/console.h> #include <arch/cpu.h> |