diff options
Diffstat (limited to 'src/soc/amd/cezanne/cppc.c')
-rw-r--r-- | src/soc/amd/cezanne/cppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/cppc.c b/src/soc/amd/cezanne/cppc.c index 1afa26f3e1..b2553410e3 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; |