From d9e750c4fde4f6e9d2110147eceee46211b24126 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 15 May 2022 12:46:08 +0200 Subject: [PATCH] soc/intel/*: Fix up header guards Change-Id: If9ae375629c8af3d32b4c5493b5d63203e8847aa Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/64360 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Felix Singer --- src/soc/intel/alderlake/include/soc/crashlog.h | 2 +- src/soc/intel/tigerlake/include/soc/crashlog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/alderlake/include/soc/crashlog.h b/src/soc/intel/alderlake/include/soc/crashlog.h index 1abbc75465..ceb1517623 100644 --- a/src/soc/intel/alderlake/include/soc/crashlog.h +++ b/src/soc/intel/alderlake/include/soc/crashlog.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_ -#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_ +#define _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_ #include diff --git a/src/soc/intel/tigerlake/include/soc/crashlog.h b/src/soc/intel/tigerlake/include/soc/crashlog.h index 1abbc75465..ceb1517623 100644 --- a/src/soc/intel/tigerlake/include/soc/crashlog.h +++ b/src/soc/intel/tigerlake/include/soc/crashlog.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_ -#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_ +#define _SOC_COMMON_BLOCK_CRASHLOG_LIB_H_ #include -- 2.11.4.GIT