diff options
| author | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:26 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:26 -0400 |
| commit | 1a39ed5888a8336ed2762d5b367195b14b878850 (patch) | |
| tree | 97119752e85b6ab063e5c1bab42d931eee44f311 /drivers/acpi/power.c | |
| parent | 1b045e5d207fc65e6708e303c2ab4249bf619982 (diff) | |
| parent | d75080328affb4b268da430b7074cc8139cc662a (diff) | |
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/power.c')
| -rw-r--r-- | drivers/acpi/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 5d3447f4582c..fec225d1b6b7 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c | |||
| @@ -80,7 +80,7 @@ struct acpi_power_resource { | |||
| 80 | 80 | ||
| 81 | static struct list_head acpi_power_resource_list; | 81 | static struct list_head acpi_power_resource_list; |
| 82 | 82 | ||
| 83 | static struct file_operations acpi_power_fops = { | 83 | static const struct file_operations acpi_power_fops = { |
| 84 | .open = acpi_power_open_fs, | 84 | .open = acpi_power_open_fs, |
| 85 | .read = seq_read, | 85 | .read = seq_read, |
| 86 | .llseek = seq_lseek, | 86 | .llseek = seq_lseek, |
