diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-11 15:24:29 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-09-10 03:11:13 +0000 |
commit | 7f3185dff56fed6d3e6f333eff8389cfe6e2fdef (patch) | |
tree | 5fbaeadc501369f607b0ebc99b828ad84f97aada /src/cpu | |
parent | b5401a6266f1bfd7f02eb3c483646c600bf8083b (diff) |
cpu/x86/smm/smm_module_handler: Remove <commonlib/bsd/compiler.h>
<commonlib/bsd/compiler.h> is automatically included.
Change-Id: I653f6c6099512c6e5ab64207f99e7813e4403f05
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83045
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/x86/smm/smm_module_handler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/x86/smm/smm_module_handler.c b/src/cpu/x86/smm/smm_module_handler.c index 7b4ae34808..899ee2f675 100644 --- a/src/cpu/x86/smm/smm_module_handler.c +++ b/src/cpu/x86/smm/smm_module_handler.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/io.h> -#include <commonlib/bsd/compiler.h> #include <commonlib/region.h> #include <console/cbmem_console.h> #include <console/console.h> |