aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-05-15 12:46:08 +0200
committerArthur Heymans <arthur@aheymans.xyz>2022-05-16 06:54:11 +0000
commitd9e750c4fde4f6e9d2110147eceee46211b24126 (patch)
treef313465332635267993b4b3725478b5320683b95 /src
parent08769c6d1404c1be0333273d8b988544750ce87d (diff)
soc/intel/*: Fix up header guards
Change-Id: If9ae375629c8af3d32b4c5493b5d63203e8847aa Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64360 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/alderlake/include/soc/crashlog.h2
-rw-r--r--src/soc/intel/tigerlake/include/soc/crashlog.h2
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 <types.h>
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 <types.h>