diff options
Diffstat (limited to 'drivers/acpi/processor_throttling.c')
-rw-r--r-- | drivers/acpi/processor_throttling.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index b366b9c13d4d..ce7cf3bc5101 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c | |||
@@ -1218,7 +1218,7 @@ int acpi_processor_get_throttling_info(struct acpi_processor *pr) | |||
1218 | } | 1218 | } |
1219 | 1219 | ||
1220 | /* proc interface */ | 1220 | /* proc interface */ |
1221 | 1221 | #ifdef CONFIG_ACPI_PROCFS | |
1222 | static int acpi_processor_throttling_seq_show(struct seq_file *seq, | 1222 | static int acpi_processor_throttling_seq_show(struct seq_file *seq, |
1223 | void *offset) | 1223 | void *offset) |
1224 | { | 1224 | { |
@@ -1326,3 +1326,4 @@ const struct file_operations acpi_processor_throttling_fops = { | |||
1326 | .llseek = seq_lseek, | 1326 | .llseek = seq_lseek, |
1327 | .release = single_release, | 1327 | .release = single_release, |
1328 | }; | 1328 | }; |
1329 | #endif | ||