diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-03-23 22:47:26 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-25 00:36:16 +0000 |
commit | 1f1ae8ef05ba52aa8484f8a08d4410d142974291 (patch) | |
tree | 3bf6ca142d21708484c365c226021304d1993c2c /src/soc | |
parent | 797894d0cca170a49c3773d212c0688b2e58b702 (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: Ia91fd4105e6872d812f595447783d02a0dd1568b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73993
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/cppc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <types.h> #include <acpi/acpigen.h> -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); |