Commit 5d7163a1 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: ipv6: remove unused inline function ip6_set_txhash



commit 877d1f62 ("net: Set sk_txhash from a random number")
left behind this, remove it.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7f023ec9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -908,7 +908,6 @@ static inline int ip6_default_np_autolabel(struct net *net)
	}
}
#else
static inline void ip6_set_txhash(struct sock *sk) { }
static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb,
					__be32 flowlabel, bool autolabel,
					struct flowi6 *fl6)