forked from Minki/linux
38cb76a307
Fix the following build error by including limits.h -
utils/cpufreq-info.c: In function ‘get_latency’:
utils/cpufreq-info.c:437:29: error: ‘UINT_MAX’ undeclared (first use in
this function)
if (!latency || latency == UINT_MAX) {
^
Signed-off-by: Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Fixes:
|
||
---|---|---|
.. | ||
helpers | ||
idle_monitor | ||
builtin.h | ||
cpufreq-info.c | ||
cpufreq-set.c | ||
cpuidle-info.c | ||
cpuidle-set.c | ||
cpupower-info.c | ||
cpupower-set.c | ||
cpupower.c | ||
version-gen.sh |