PM QOS update
[deliverable/linux.git] / drivers / acpi / processor_idle.c
index 37dfce749398b35abc6ef3b00fac13ce678146b3..c3817e1f32c7b1e222f5a59c81dc328bb0d7ca71 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/cpufreq.h>
+#include <linux/slab.h>
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
 #include <linux/acpi.h>
@@ -697,7 +698,7 @@ static int acpi_processor_power_seq_show(struct seq_file *seq, void *offset)
                   "max_cstate:              C%d\n"
                   "maximum allowed latency: %d usec\n",
                   pr->power.state ? pr->power.state - pr->power.states : 0,
-                  max_cstate, pm_qos_requirement(PM_QOS_CPU_DMA_LATENCY));
+                  max_cstate, pm_qos_request(PM_QOS_CPU_DMA_LATENCY));
 
        seq_puts(seq, "states:\n");
 
This page took 0.05252 seconds and 5 git commands to generate.