commit | 38cb76a307821f76c7f9dff7449f73aeb014d5cc | [log] [tgz] |
---|---|---|
author | Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com> | Mon Jan 18 20:44:43 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 19 01:17:23 2016 +0100 |
tree | c9f064f9b8092e5158771069d8d50189d08644fa | |
parent | e98f033f94f385a9cf498d4e9f2ac1e6198b545a [diff] |
cpupower: Fix build error in cpufreq-info 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: e98f033f94f3 (cpupower: fix how "cpupower frequency-info" interprets latency) Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>