From: Eric Dumazet Date: Wed, 24 Mar 2021 22:01:38 +0000 (-0700) Subject: tcp_metrics: tcpm_hash_bucket is strictly local X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d1c5688087a0904606a77ae4803f13777f8dd7d5;p=uclinux-h8%2Flinux.git tcp_metrics: tcpm_hash_bucket is strictly local After commit 098a697b497e ("tcp_metrics: Use a single hash table for all network namespaces."), tcpm_hash_bucket is local to net/ipv4/tcp_metrics.c Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 70a2a085dd1a..9e3cb2722b80 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -11,7 +11,6 @@ #include #include -struct tcpm_hash_bucket; struct ctl_table_header; struct ipv4_devconf; struct fib_rules_ops;