diff options
Diffstat (limited to 'net/rxrpc/af_rxrpc.c')
-rw-r--r-- | net/rxrpc/af_rxrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c index a86afceaa94f..6817c9781ef3 100644 --- a/net/rxrpc/af_rxrpc.c +++ b/net/rxrpc/af_rxrpc.c | |||
@@ -777,7 +777,7 @@ static struct proto rxrpc_proto = { | |||
777 | .max_header = sizeof(struct rxrpc_header), | 777 | .max_header = sizeof(struct rxrpc_header), |
778 | }; | 778 | }; |
779 | 779 | ||
780 | static struct net_proto_family rxrpc_family_ops = { | 780 | static const struct net_proto_family rxrpc_family_ops = { |
781 | .family = PF_RXRPC, | 781 | .family = PF_RXRPC, |
782 | .create = rxrpc_create, | 782 | .create = rxrpc_create, |
783 | .owner = THIS_MODULE, | 783 | .owner = THIS_MODULE, |