diff options
Diffstat (limited to 'arch/sparc64/solaris/socksys.c')
-rw-r--r-- | arch/sparc64/solaris/socksys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/solaris/socksys.c b/arch/sparc64/solaris/socksys.c index 7736411f244f..5f064183c874 100644 --- a/arch/sparc64/solaris/socksys.c +++ b/arch/sparc64/solaris/socksys.c | |||
@@ -54,7 +54,7 @@ extern void mykfree(void *); | |||
54 | 54 | ||
55 | static unsigned int (*sock_poll)(struct file *, poll_table *); | 55 | static unsigned int (*sock_poll)(struct file *, poll_table *); |
56 | 56 | ||
57 | static struct file_operations socksys_file_ops = { | 57 | static const struct file_operations socksys_file_ops = { |
58 | /* Currently empty */ | 58 | /* Currently empty */ |
59 | }; | 59 | }; |
60 | 60 | ||