x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent
[deliverable/linux.git] / arch / x86 / kernel / cpu / cpufreq / acpi-cpufreq.c
index 1d3cddaa40ee66d5730c11e6758a449f680b8cf6..cee5263927c1c2f22ed3c6fcbb6919657ed2f3ce 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/compiler.h>
 #include <linux/dmi.h>
 #include <linux/slab.h>
-#include <trace/events/power.h>
 
 #include <linux/acpi.h>
 #include <linux/io.h>
@@ -324,8 +323,6 @@ static int acpi_cpufreq_target(struct cpufreq_policy *policy,
                }
        }
 
-       trace_power_frequency(POWER_PSTATE, data->freq_table[next_state].frequency);
-
        switch (data->cpu_feature) {
        case SYSTEM_INTEL_MSR_CAPABLE:
                cmd.type = SYSTEM_INTEL_MSR_CAPABLE;
This page took 0.028714 seconds and 5 git commands to generate.