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)
commit967680e02724afe9bb4bf0b0c20d0a55de315fcb
tree6440bac037d05bbe80b3ecd6a79fe2baa2d4ebcc
parent8d78316386696b197aba15377c76a247cbfd51cf
ipv4: remove the useless argument from ip_tunnel_hash()

Since commit c544193214("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