[SPARC64]: Partially revert "Constify function pointer tables."
[cascardo/linux.git] / arch / sparc64 / solaris / socksys.c
index 5f06418..7736411 100644 (file)
@@ -54,7 +54,7 @@ extern void mykfree(void *);
 
 static unsigned int (*sock_poll)(struct file *, poll_table *);
 
-static const struct file_operations socksys_file_ops = {
+static struct file_operations socksys_file_ops = {
        /* Currently empty */
 };