summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/cppc.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-08-03 21:03:12 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-08-04 22:50:00 +0000
commit9a7670f1a30307ab226294cb95a81da3bf94e0ee (patch)
tree9b2c5a43a6453ad4887548f38d597bdda3f8369c /src/soc/amd/cezanne/include/soc/cppc.h
parent5ec1c14058532ec8bc9cc1ac1f9311696897229e (diff)
downloadcoreboot-9a7670f1a30307ab226294cb95a81da3bf94e0ee.tar.gz
coreboot-9a7670f1a30307ab226294cb95a81da3bf94e0ee.tar.bz2
coreboot-9a7670f1a30307ab226294cb95a81da3bf94e0ee.zip
soc/amd/cezanne/cppc: reduce visibility of cpu_init_cppc_config
This function is only called from the same compilation unit, so turn it into a static function. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5c2deaa46f69c763df9612e39415b37c60d631be Reviewed-on: https://review.coreboot.org/c/coreboot/+/66398 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/cezanne/include/soc/cppc.h')
-rw-r--r--src/soc/amd/cezanne/include/soc/cppc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/include/soc/cppc.h b/src/soc/amd/cezanne/include/soc/cppc.h
index 41f668775ce0..7961f60794bf 100644
--- a/src/soc/amd/cezanne/include/soc/cppc.h
+++ b/src/soc/amd/cezanne/include/soc/cppc.h
@@ -7,7 +7,6 @@
#include <acpi/acpigen.h>
struct cppc_config;
-void cpu_init_cppc_config(struct cppc_config *config, u32 version);
void generate_cppc_entries(unsigned int core_id);
#endif /* AMD_CEZANNE_CPPC_H */