diff options
Diffstat (limited to 'include/acpi/processor.h')
-rw-r--r-- | include/acpi/processor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 82a9b7d430ec..badf0277b1be 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -223,9 +223,6 @@ static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr) | |||
223 | /* in processor_throttling.c */ | 223 | /* in processor_throttling.c */ |
224 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); | 224 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); |
225 | int acpi_processor_set_throttling(struct acpi_processor *pr, int state); | 225 | int acpi_processor_set_throttling(struct acpi_processor *pr, int state); |
226 | ssize_t acpi_processor_write_throttling(struct file *file, | ||
227 | const char __user * buffer, | ||
228 | size_t count, loff_t * data); | ||
229 | extern struct file_operations acpi_processor_throttling_fops; | 226 | extern struct file_operations acpi_processor_throttling_fops; |
230 | 227 | ||
231 | /* in processor_idle.c */ | 228 | /* in processor_idle.c */ |
@@ -237,9 +234,6 @@ int acpi_processor_power_exit(struct acpi_processor *pr, | |||
237 | 234 | ||
238 | /* in processor_thermal.c */ | 235 | /* in processor_thermal.c */ |
239 | int acpi_processor_get_limit_info(struct acpi_processor *pr); | 236 | int acpi_processor_get_limit_info(struct acpi_processor *pr); |
240 | ssize_t acpi_processor_write_limit(struct file *file, | ||
241 | const char __user * buffer, | ||
242 | size_t count, loff_t * data); | ||
243 | extern struct file_operations acpi_processor_limit_fops; | 237 | extern struct file_operations acpi_processor_limit_fops; |
244 | 238 | ||
245 | #ifdef CONFIG_CPU_FREQ | 239 | #ifdef CONFIG_CPU_FREQ |