summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ac.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-07-10 02:39:26 -0400
committerLen Brown <len.brown@intel.com>2006-07-10 02:39:26 -0400
commit1a39ed5888a8336ed2762d5b367195b14b878850 (patch)
tree97119752e85b6ab063e5c1bab42d931eee44f311 /drivers/acpi/ac.c
parent1b045e5d207fc65e6708e303c2ab4249bf619982 (diff)
parentd75080328affb4b268da430b7074cc8139cc662a (diff)
downloadkernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.tar.gz
kernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.tar.xz
kernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.zip
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/ac.c')
-rw-r--r--drivers/acpi/ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ac.c b/drivers/acpi/ac.c
index 24ccf81d135..96309b9660d 100644
--- a/drivers/acpi/ac.c
+++ b/drivers/acpi/ac.c
@@ -72,7 +72,7 @@ struct acpi_ac {
unsigned long state;
};
-static struct file_operations acpi_ac_fops = {
+static const struct file_operations acpi_ac_fops = {
.open = acpi_ac_open_fs,
.read = seq_read,
.llseek = seq_lseek,