ipv4: remove the useless argument from ip_tunnel_hash()
authorDuan Jiong <duanj.fnst@cn.fujitsu.com>
Sun, 19 Jan 2014 08:43:42 +0000 (16:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 00:48:18 +0000 (16:48 -0800)
commitf2b9db3a55ff98bd536c0495b92191449826c0c3
tree6440bac037d05bbe80b3ecd6a79fe2baa2d4ebcc
parentdab538bd7077e60c9f5db3e587e3f2d02702ddd8
ipv4: remove the useless argument from ip_tunnel_hash()

Since commit 65fe948e54("GRE: Refactor GRE tunneling code")
introduced function ip_tunnel_hash(), the argument itn is no
longer in use, so remove it.

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel.c