There's no reason for struct dccp_v4_prot being global. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxx> --- net/dccp/ipv4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 16106bb9b047c6a60190f11a674d804bdf1f8320 diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 033c3ab..3fe958e 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c @@ -1022,7 +1022,7 @@ static struct timewait_sock_ops dccp_tim .twsk_obj_size = sizeof(struct inet_timewait_sock), }; -struct proto dccp_v4_prot = { +static struct proto dccp_v4_prot = { .name = "DCCP", .owner = THIS_MODULE, .close = dccp_close, -- 1.2.2.gd27d - : send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html