diff options
Diffstat (limited to 'sys/x86/cpufreq/hwpstate_amd.c')
| -rw-r--r-- | sys/x86/cpufreq/hwpstate_amd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 08695da5638a..f9ba648e6e8c 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -1014,13 +1014,15 @@ static const struct hwpstate_cpufreq_methods cppc_methods = { .get = hwpstate_get_cppc, .set = hwpstate_set_cppc, .settings = hwpstate_settings_cppc, - .type = hwpstate_type_cppc }; + .type = hwpstate_type_cppc +}; static const struct hwpstate_cpufreq_methods pstate_methods = { .get = hwpstate_get_pstate, .set = hwpstate_set_pstate, .settings = hwpstate_settings_pstate, - .type = hwpstate_type_pstate }; + .type = hwpstate_type_pstate +}; static int hwpstate_probe(device_t dev) |
