Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83045?usp=email )
Change subject: cpu/x86/smm/smm_module_handler: Remove <commonlib/bsd/compiler.h> ......................................................................
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 --- M src/cpu/x86/smm/smm_module_handler.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Martin L Roth: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/cpu/x86/smm/smm_module_handler.c b/src/cpu/x86/smm/smm_module_handler.c index 7b4ae34..899ee2f 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>