ACPI: add 'const' to several ACPI file_operations

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Arjan van de Ven
2006-07-04 13:06:00 -04:00
committed by Len Brown
parent e26a2b8f68
commit d75080328a
13 changed files with 28 additions and 28 deletions

View File

@ -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,