From 47235990d4884ed1252d51164e15b33042382f59 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 31 Dec 2021 18:16:30 +0100 Subject: [PATCH] src/soc/intel: Remove unused Change-Id: Id8e6221a9801d5198171dc9cd564000d19720a42 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60604 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/alderlake/crashlog.c | 1 - src/soc/intel/tigerlake/crashlog_lib.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/soc/intel/alderlake/crashlog.c b/src/soc/intel/alderlake/crashlog.c index 3a857c1a2b..ee66730a68 100644 --- a/src/soc/intel/alderlake/crashlog.c +++ b/src/soc/intel/alderlake/crashlog.c @@ -2,7 +2,6 @@ #include #include -#include #include #include #include diff --git a/src/soc/intel/tigerlake/crashlog_lib.c b/src/soc/intel/tigerlake/crashlog_lib.c index 93baf0442f..aec4aef418 100644 --- a/src/soc/intel/tigerlake/crashlog_lib.c +++ b/src/soc/intel/tigerlake/crashlog_lib.c @@ -2,7 +2,6 @@ #include #include -#include #include #include #include