Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-10 | cpufreq: fix a -Wimplicit-function-declaration | raveit65 | 1 | -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-16 | cpufreq: remove useless #include | monsta | 1 | -3/+0 | |
there's implicit declaration warning with or without it, see https://bugzilla.kernel.org/show_bug.cgi?id=153161 | |||||
2016-06-09 | fix build with kernel-4.7 | leigh123linux | 1 | -1/+8 | |
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 1 | -1/+1 | |
2011-11-14 | initial | Perberos | 1 | -0/+199 | |