X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fsparc64%2Fsolaris%2Fsocksys.c;h=e94f6e5d94559c1117f3cb74394f16820ade9a2f;hb=36f021b579d195cdc5fa6f3e2bab198b4bf70643;hp=89a4757f192f5bee16b90fed7b793ce622bf36c7;hpb=40b20c257a13c5a526ac540bc5e43d0fdf29792a;p=powerpc.git diff --git a/arch/sparc64/solaris/socksys.c b/arch/sparc64/solaris/socksys.c index 89a4757f19..e94f6e5d94 100644 --- a/arch/sparc64/solaris/socksys.c +++ b/arch/sparc64/solaris/socksys.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -163,7 +162,7 @@ static unsigned int socksys_poll(struct file * filp, poll_table * wait) return mask; } -static struct file_operations socksys_fops = { +static const struct file_operations socksys_fops = { .open = socksys_open, .release = socksys_release, };