aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/processor.h')
-rw-r--r--include/acpi/processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 76411b1fc4fd..0787635a11aa 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -4,7 +4,7 @@
4#include <linux/kernel.h> 4#include <linux/kernel.h>
5#include <linux/cpu.h> 5#include <linux/cpu.h>
6#include <linux/cpuidle.h> 6#include <linux/cpuidle.h>
7 7#include <linux/thermal.h>
8#include <asm/acpi.h> 8#include <asm/acpi.h>
9 9
10#define ACPI_PROCESSOR_BUSY_METRIC 10 10#define ACPI_PROCESSOR_BUSY_METRIC 10
@@ -218,7 +218,7 @@ struct acpi_processor {
218 struct acpi_processor_performance *performance; 218 struct acpi_processor_performance *performance;
219 struct acpi_processor_throttling throttling; 219 struct acpi_processor_throttling throttling;
220 struct acpi_processor_limit limit; 220 struct acpi_processor_limit limit;
221 221 struct thermal_cooling_device *cdev;
222 /* the _PDC objects for this processor, if any */ 222 /* the _PDC objects for this processor, if any */
223 struct acpi_object_list *pdc; 223 struct acpi_object_list *pdc;
224}; 224};
@@ -330,7 +330,7 @@ extern struct cpuidle_driver acpi_idle_driver;
330/* in processor_thermal.c */ 330/* in processor_thermal.c */
331int acpi_processor_get_limit_info(struct acpi_processor *pr); 331int acpi_processor_get_limit_info(struct acpi_processor *pr);
332extern struct file_operations acpi_processor_limit_fops; 332extern struct file_operations acpi_processor_limit_fops;
333 333extern struct thermal_cooling_device_ops processor_cooling_ops;
334#ifdef CONFIG_CPU_FREQ 334#ifdef CONFIG_CPU_FREQ
335void acpi_thermal_cpufreq_init(void); 335void acpi_thermal_cpufreq_init(void);
336void acpi_thermal_cpufreq_exit(void); 336void acpi_thermal_cpufreq_exit(void);