]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/power.c
[PATCH] fs: add lock annotation to grab_super
[linux-2.6-omap-h63xx.git] / drivers / acpi / power.c
index 5d3447f4582ce797b2439b5a347e1ede7041066c..fec225d1b6b74520f6b132c2bcefd5dcb600b484 100644 (file)
@@ -80,7 +80,7 @@ struct acpi_power_resource {
 
 static struct list_head acpi_power_resource_list;
 
-static struct file_operations acpi_power_fops = {
+static const struct file_operations acpi_power_fops = {
        .open = acpi_power_open_fs,
        .read = seq_read,
        .llseek = seq_lseek,