Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69230 )
Change subject: vendorcode/amd/ccx_cppc_data.h: Fix header guard ......................................................................
vendorcode/amd/ccx_cppc_data.h: Fix header guard
Change-Id: I027c3aa7bb206112107ee120cf6f9854e37c5636 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/69230 Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/vendorcode/amd/fsp/common/ccx_cppc_data.h 1 file changed, 15 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/vendorcode/amd/fsp/common/ccx_cppc_data.h b/src/vendorcode/amd/fsp/common/ccx_cppc_data.h index ac88776..1f41d48 100644 --- a/src/vendorcode/amd/fsp/common/ccx_cppc_data.h +++ b/src/vendorcode/amd/fsp/common/ccx_cppc_data.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef COMMOM_FSP_CCX_CPPC_DATA_H +#ifndef COMMON_FSP_CCX_CPPC_DATA_H #define COMMON_FSP_CCX_CPPC_DATA_H
#include <types.h>