From 1201fb9a9182c81bdf5ee14acf065e69d156c6c7 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 17 Dec 2022 08:38:36 +0100 Subject: [PATCH] src/soc: Remove unneeded As _Static_assert() is a compiler built-in, is not needed. Change-Id: I578b4bf286538d0606569d19ec760a1846c8145b Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70904 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/amd/cezanne/cpu.c | 1 - src/soc/intel/common/block/memory/meminit.c | 1 - src/soc/intel/tigerlake/meminit.c | 1 - 3 files changed, 3 deletions(-) diff --git a/src/soc/amd/cezanne/cpu.c b/src/soc/amd/cezanne/cpu.c index 8c15b55c40..78ca9e506d 100644 --- a/src/soc/amd/cezanne/cpu.c +++ b/src/soc/amd/cezanne/cpu.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include diff --git a/src/soc/intel/common/block/memory/meminit.c b/src/soc/intel/common/block/memory/meminit.c index 1c6563abc6..f583213254 100644 --- a/src/soc/intel/common/block/memory/meminit.c +++ b/src/soc/intel/common/block/memory/meminit.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include diff --git a/src/soc/intel/tigerlake/meminit.c b/src/soc/intel/tigerlake/meminit.c index ad3ed73747..d4f96689f0 100644 --- a/src/soc/intel/tigerlake/meminit.c +++ b/src/soc/intel/tigerlake/meminit.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include #include #include #include