From 9228f9e49ad2b6ed28056988880032b638ffbf09 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 5 Sep 2022 10:41:32 -0600 Subject: [PATCH] src/soc/intel: remove force-included header compiler.h from file The header file `compiler.h` is automatically included in the build by the top level makefile using the command: `-include $(src)/commonlib/bsd/include/commonlib/bsd/compiler.h`. Similar to `config.h`, 'kconfig.h`, and 'rules.h`, this file does not need to be included manually, so remove it. Signed-off-by: Martin Roth Change-Id: I5d3eb3f5e5f940910b2d45e0a2ae508e5ce91609 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67349 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/soc/intel/common/block/scs/early_mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/common/block/scs/early_mmc.c b/src/soc/intel/common/block/scs/early_mmc.c index caee7d9007..4e765339ce 100644 --- a/src/soc/intel/common/block/scs/early_mmc.c +++ b/src/soc/intel/common/block/scs/early_mmc.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include