[PATCH] struct seq_operations and struct file_operations constification
[pandora-kernel.git] / kernel / relay.c
index 2b92e8e..75a3a9a 100644 (file)
@@ -1013,7 +1013,7 @@ static ssize_t relay_file_sendfile(struct file *filp,
                                       actor, &desc);
 }
 
-struct file_operations relay_file_operations = {
+const struct file_operations relay_file_operations = {
        .open           = relay_file_open,
        .poll           = relay_file_poll,
        .mmap           = relay_file_mmap,