linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / proc / kmsg.c
index ff3b90b..10d37bf 100644 (file)
@@ -47,7 +47,7 @@ static unsigned int kmsg_poll(struct file *file, poll_table *wait)
 }
 
 
-const struct file_operations proc_kmsg_operations = {
+struct file_operations proc_kmsg_operations = {
        .read           = kmsg_read,
        .poll           = kmsg_poll,
        .open           = kmsg_open,