diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 14:28:19 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:25:07 +0000 |
commit | 4bbec0c6916ba272410c0f4541e32c2f91a7affc (patch) | |
tree | ad97efb03124cc93b0058ca9b688da272a678c8c /src/cpu/x86 | |
parent | dc3a6f8593c5a204e48e7c858b9a3ed83ac40909 (diff) |
tree: Drop duplicated <stdarg.h> and <stdio.h>
<string.h> is supposed to provide <stdarg.h> and <stdio.h>
Change-Id: I021ba535ba5ec683021c4dfc41ac18d9cebbcfd2
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81853
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/smm/smm_module_loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/x86/smm/smm_module_loader.c b/src/cpu/x86/smm/smm_module_loader.c index 646f3bb551..02debfc0cf 100644 --- a/src/cpu/x86/smm/smm_module_loader.c +++ b/src/cpu/x86/smm/smm_module_loader.c @@ -11,7 +11,6 @@ #include <device/mmio.h> #include <rmodule.h> #include <smmstore.h> -#include <stdio.h> #include <string.h> #include <types.h> |