HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60557 )
Change subject: arch/x86/smbios_defaults.c: Remove unused <string.h> ......................................................................
arch/x86/smbios_defaults.c: Remove unused <string.h>
Change-Id: I099fe27c4f45411ed1a7157d097cf3e749eb11ff Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/smbios_defaults.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/60557/1
diff --git a/src/arch/x86/smbios_defaults.c b/src/arch/x86/smbios_defaults.c index 8b62ebb..7c10df3 100644 --- a/src/arch/x86/smbios_defaults.c +++ b/src/arch/x86/smbios_defaults.c @@ -3,7 +3,6 @@ #include <memory_info.h> #include <smbios.h> #include <stdint.h> -#include <string.h>
/* this function will fill the corresponding locator */ __weak void smbios_fill_dimm_locator(const struct dimm_info *dimm, struct smbios_type17 *t)