diff options
Diffstat (limited to 'tools/power/cpupower/utils/helpers/misc.c')
-rw-r--r-- | tools/power/cpupower/utils/helpers/misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/power/cpupower/utils/helpers/misc.c b/tools/power/cpupower/utils/helpers/misc.c index c1566e93e0ec..e8b3140cc6b8 100644 --- a/tools/power/cpupower/utils/helpers/misc.c +++ b/tools/power/cpupower/utils/helpers/misc.c | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | #include "helpers/helpers.h" | 3 | #include "helpers/helpers.h" |
4 | 4 | ||
5 | int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, int * states) | 5 | int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, |
6 | int *states) | ||
6 | { | 7 | { |
7 | struct cpupower_cpu_info cpu_info; | 8 | struct cpupower_cpu_info cpu_info; |
8 | int ret; | 9 | int ret; |