From 1f1ae8ef05ba52aa8484f8a08d4410d142974291 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 23 Mar 2023 22:47:26 +0100 Subject: [PATCH] soc/amd/common/include/cppc: remove cppc_config forward declaration The included acpi/acpigen.h provides the cppc_config struct and nothing in this header file is using the cppc_config struct. Signed-off-by: Felix Held Change-Id: Ia91fd4105e6872d812f595447783d02a0dd1568b Reviewed-on: https://review.coreboot.org/c/coreboot/+/73993 Reviewed-by: Elyes Haouas Reviewed-by: Eric Lai Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/cppc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/amd/common/block/include/amdblocks/cppc.h b/src/soc/amd/common/block/include/amdblocks/cppc.h index f19bb40bfc..d34121960a 100644 --- a/src/soc/amd/common/block/include/amdblocks/cppc.h +++ b/src/soc/amd/common/block/include/amdblocks/cppc.h @@ -6,7 +6,6 @@ #include #include -struct cppc_config; void generate_cppc_entries(unsigned int core_id); enum cb_err get_ccx_cppc_min_frequency(uint32_t *freq); enum cb_err get_ccx_cppc_nom_frequency(uint32_t *freq);