aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/af_rxrpc.c')
-rw-r--r--net/rxrpc/af_rxrpc.c2
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
780static struct net_proto_family rxrpc_family_ops = { 780static 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,