summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/cppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne/cppc.c')
-rw-r--r--src/soc/amd/cezanne/cppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/cppc.c b/src/soc/amd/cezanne/cppc.c
index 1afa26f3e1e9..b2553410e33c 100644
--- a/src/soc/amd/cezanne/cppc.c
+++ b/src/soc/amd/cezanne/cppc.c
@@ -11,7 +11,7 @@
* For now this function 'punts' on version 3 and just
* populates the additional fields with 'unsupported'.
*/
-void cpu_init_cppc_config(struct cppc_config *config, u32 version)
+static void cpu_init_cppc_config(struct cppc_config *config, u32 version)
{
config->version = version;