diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-15 12:46:08 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-16 06:54:11 +0000 |
commit | d9e750c4fde4f6e9d2110147eceee46211b24126 (patch) | |
tree | f313465332635267993b4b3725478b5320683b95 /src/soc/intel/alderlake/include | |
parent | 08769c6d1404c1be0333273d8b988544750ce87d (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/soc/intel/alderlake/include')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/crashlog.h | 2 |
1 files changed, 1 insertions, 1 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> |