diff options
| author | Takashi Iwai <tiwai@suse.de> | 2009-05-04 10:00:16 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-05-04 10:00:16 -0400 |
| commit | 3a20ac2c52b1317f5a5f0bd9cd3cbe8495ddd026 (patch) | |
| tree | 9a912f2609cefb9698b5cce09cd240bd6dbd09fb /include/acpi/processor.h | |
| parent | 18cc8d8d9b74c446832336d8f6e1afb145f9431b (diff) | |
| parent | 3e5b50165fd0be080044586f43fcdd460ed27610 (diff) | |
Merge branch 'fix/pcm-jiffies-check' into fix/asoc
Diffstat (limited to 'include/acpi/processor.h')
| -rw-r--r-- | include/acpi/processor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 0574add2a1e3..4927c063347c 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
| @@ -84,7 +84,6 @@ struct acpi_processor_power { | |||
| 84 | struct acpi_processor_cx *state; | 84 | struct acpi_processor_cx *state; |
| 85 | unsigned long bm_check_timestamp; | 85 | unsigned long bm_check_timestamp; |
| 86 | u32 default_state; | 86 | u32 default_state; |
| 87 | u32 bm_activity; | ||
| 88 | int count; | 87 | int count; |
| 89 | struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; | 88 | struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; |
| 90 | int timer_broadcast_on_state; | 89 | int timer_broadcast_on_state; |
| @@ -322,7 +321,7 @@ static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr) | |||
| 322 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); | 321 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); |
| 323 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); | 322 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); |
| 324 | extern int acpi_processor_set_throttling(struct acpi_processor *pr, int state); | 323 | extern int acpi_processor_set_throttling(struct acpi_processor *pr, int state); |
| 325 | extern struct file_operations acpi_processor_throttling_fops; | 324 | extern const struct file_operations acpi_processor_throttling_fops; |
| 326 | extern void acpi_processor_throttling_init(void); | 325 | extern void acpi_processor_throttling_init(void); |
| 327 | /* in processor_idle.c */ | 326 | /* in processor_idle.c */ |
| 328 | int acpi_processor_power_init(struct acpi_processor *pr, | 327 | int acpi_processor_power_init(struct acpi_processor *pr, |
| @@ -336,7 +335,7 @@ extern struct cpuidle_driver acpi_idle_driver; | |||
| 336 | 335 | ||
| 337 | /* in processor_thermal.c */ | 336 | /* in processor_thermal.c */ |
| 338 | int acpi_processor_get_limit_info(struct acpi_processor *pr); | 337 | int acpi_processor_get_limit_info(struct acpi_processor *pr); |
| 339 | extern struct file_operations acpi_processor_limit_fops; | 338 | extern const struct file_operations acpi_processor_limit_fops; |
| 340 | extern struct thermal_cooling_device_ops processor_cooling_ops; | 339 | extern struct thermal_cooling_device_ops processor_cooling_ops; |
| 341 | #ifdef CONFIG_CPU_FREQ | 340 | #ifdef CONFIG_CPU_FREQ |
| 342 | void acpi_thermal_cpufreq_init(void); | 341 | void acpi_thermal_cpufreq_init(void); |
