]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/ac.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18
[karo-tx-linux.git] / drivers / acpi / ac.c
index 24ccf81d135f9d1ccf440b426277b7d7a36ec71c..96309b9660da886434d6ee44ae3581564a05a0ea 100644 (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,