diff options
Diffstat (limited to 'drivers/acpi/system.c')
| -rw-r--r-- | drivers/acpi/system.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/system.c b/drivers/acpi/system.c index c3bb7faad75e..d86dcb3c2366 100644 --- a/drivers/acpi/system.c +++ b/drivers/acpi/system.c | |||
| @@ -57,7 +57,7 @@ static int acpi_system_info_open_fs(struct inode *inode, struct file *file) | |||
| 57 | return single_open(file, acpi_system_read_info, PDE(inode)->data); | 57 | return single_open(file, acpi_system_read_info, PDE(inode)->data); |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | static struct file_operations acpi_system_info_ops = { | 60 | static const struct file_operations acpi_system_info_ops = { |
| 61 | .open = acpi_system_info_open_fs, | 61 | .open = acpi_system_info_open_fs, |
| 62 | .read = seq_read, | 62 | .read = seq_read, |
| 63 | .llseek = seq_lseek, | 63 | .llseek = seq_lseek, |
| @@ -67,7 +67,7 @@ static struct file_operations acpi_system_info_ops = { | |||
| 67 | static ssize_t acpi_system_read_dsdt(struct file *, char __user *, size_t, | 67 | static ssize_t acpi_system_read_dsdt(struct file *, char __user *, size_t, |
| 68 | loff_t *); | 68 | loff_t *); |
| 69 | 69 | ||
| 70 | static struct file_operations acpi_system_dsdt_ops = { | 70 | static const struct file_operations acpi_system_dsdt_ops = { |
| 71 | .read = acpi_system_read_dsdt, | 71 | .read = acpi_system_read_dsdt, |
| 72 | }; | 72 | }; |
| 73 | 73 | ||
| @@ -94,7 +94,7 @@ acpi_system_read_dsdt(struct file *file, | |||
| 94 | static ssize_t acpi_system_read_fadt(struct file *, char __user *, size_t, | 94 | static ssize_t acpi_system_read_fadt(struct file *, char __user *, size_t, |
| 95 | loff_t *); | 95 | loff_t *); |
| 96 | 96 | ||
| 97 | static struct file_operations acpi_system_fadt_ops = { | 97 | static const struct file_operations acpi_system_fadt_ops = { |
| 98 | .read = acpi_system_read_fadt, | 98 | .read = acpi_system_read_fadt, |
| 99 | }; | 99 | }; |
| 100 | 100 | ||
