diff options
Diffstat (limited to 'drivers/acpi/processor_thermal.c')
-rw-r--r-- | drivers/acpi/processor_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index 649ae99b9216..ef34b18f95ca 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c | |||
@@ -509,6 +509,7 @@ static ssize_t acpi_processor_write_limit(struct file * file, | |||
509 | } | 509 | } |
510 | 510 | ||
511 | struct file_operations acpi_processor_limit_fops = { | 511 | struct file_operations acpi_processor_limit_fops = { |
512 | .owner = THIS_MODULE, | ||
512 | .open = acpi_processor_limit_open_fs, | 513 | .open = acpi_processor_limit_open_fs, |
513 | .read = seq_read, | 514 | .read = seq_read, |
514 | .write = acpi_processor_write_limit, | 515 | .write = acpi_processor_write_limit, |