From a708224decae0f7417aa38b926318fa32747b161 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 16 Aug 2016 13:55:41 +0300 Subject: cpufreq: remove useless #include there's implicit declaration warning with or without it, see https://bugzilla.kernel.org/show_bug.cgi?id=153161 --- cpufreq/src/cpufreq-monitor-libcpufreq.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c b/cpufreq/src/cpufreq-monitor-libcpufreq.c index 5fe79fbe..228a8909 100644 --- a/cpufreq/src/cpufreq-monitor-libcpufreq.c +++ b/cpufreq/src/cpufreq-monitor-libcpufreq.c @@ -25,9 +25,6 @@ #include #include #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) -#include -#endif #include "cpufreq-monitor-libcpufreq.h" #include "cpufreq-utils.h" -- cgit v1.2.1