summaryrefslogtreecommitdiff
path: root/cpufreq/src/cpufreq-monitor-libcpufreq.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04avoid redundant redeclarationsPablo Barciela1-2/+0
2019-08-29Make cpufreq builds independent from kernel header version.Mike Gabriel1-6/+9
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238.
2019-05-16cpufreq: support kernel 5.1.0raveit651-1/+8
2018-07-10cpufreq: fix a -Wimplicit-function-declarationraveit651-0/+4
happens if build with -lcpupower and kernel 4.7+ ``` cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run': cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration] if (cpupower_is_cpu_online (cpu)) { ^~~~~~~~~~~~~~~~~~~~~~ ```
2016-08-16cpufreq: remove useless #includemonsta1-3/+0
there's implicit declaration warning with or without it, see https://bugzilla.kernel.org/show_bug.cgi?id=153161
2016-06-09fix build with kernel-4.7leigh123linux1-1/+8
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2011-11-14initialPerberos1-0/+199