]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/kmsg.c
Pull battery into release branch
[linux-2.6-omap-h63xx.git] / fs / proc / kmsg.c
index 10d37bf252060fab81b641d56e4573aaa56fe110..ff3b90b56e9d635546fe71868ffdc473632c5352 100644 (file)
@@ -47,7 +47,7 @@ static unsigned int kmsg_poll(struct file *file, poll_table *wait)
 }
 
 
-struct file_operations proc_kmsg_operations = {
+const struct file_operations proc_kmsg_operations = {
        .read           = kmsg_read,
        .poll           = kmsg_poll,
        .open           = kmsg_open,