diff options
Diffstat (limited to 'drivers/acpi/processor_throttling.c')
-rw-r--r-- | drivers/acpi/processor_throttling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index d27838171f4..73aed5f5b97 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c | |||
@@ -1291,7 +1291,7 @@ static ssize_t acpi_processor_write_throttling(struct file *file, | |||
1291 | return count; | 1291 | return count; |
1292 | } | 1292 | } |
1293 | 1293 | ||
1294 | struct file_operations acpi_processor_throttling_fops = { | 1294 | const struct file_operations acpi_processor_throttling_fops = { |
1295 | .owner = THIS_MODULE, | 1295 | .owner = THIS_MODULE, |
1296 | .open = acpi_processor_throttling_open_fs, | 1296 | .open = acpi_processor_throttling_open_fs, |
1297 | .read = seq_read, | 1297 | .read = seq_read, |