[SPARC]: Constify function pointer tables.
[deliverable/linux.git] / arch / sparc64 / solaris / socksys.c
index 7736411f244ff06f760a233ebc94ab8a5bf36bba..5f064183c8740b73122066805575aafdfc1b5407 100644 (file)
@@ -54,7 +54,7 @@ extern void mykfree(void *);
 
 static unsigned int (*sock_poll)(struct file *, poll_table *);
 
-static struct file_operations socksys_file_ops = {
+static const struct file_operations socksys_file_ops = {
        /* Currently empty */
 };
 
This page took 0.040079 seconds and 5 git commands to generate.