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/ec.c | |
parent | 1b045e5d207fc65e6708e303c2ab4249bf619982 (diff) | |
parent | d75080328affb4b268da430b7074cc8139cc662a (diff) | |
download | kernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.tar.gz kernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.tar.xz kernel-crypto-1a39ed5888a8336ed2762d5b367195b14b878850.zip |
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/ec.c')
-rw-r--r-- | drivers/acpi/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 8c5d7df7d34..e5d79636285 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -929,7 +929,7 @@ static int acpi_ec_info_open_fs(struct inode *inode, struct file *file) return single_open(file, acpi_ec_read_info, PDE(inode)->data); } -static struct file_operations acpi_ec_info_ops = { +static const struct file_operations acpi_ec_info_ops = { .open = acpi_ec_info_open_fs, .read = seq_read, .llseek = seq_lseek, |