]> git.baikalelectronics.ru Git - kernel.git/commit
net: resolve symbol conflicts with generic hashtable.h
authorJiri Kosina <jkosina@suse.cz>
Wed, 10 Aug 2016 09:03:35 +0000 (11:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2016 00:18:52 +0000 (17:18 -0700)
commit2e54d0362a069b3f4a2fb7de7dd5b8d0f6500aa4
tree970e76e659836e60ba6d1d13f41bc02a05d2e6c8
parentafe0ca5d5cad24d88e833cce158191c32b8d8fba
net: resolve symbol conflicts with generic hashtable.h

This is a preparatory patch for converting qdisc linked list into a
hashtable. As we'll need to include hashtable.h in netdevice.h, we first
have to make sure that this will not introduce symbol conflicts for any of
the netdevice.h users.

Reviewed-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/davinci_emac.c
net/ipv6/ip6_gre.c
net/ipv6/ip6_tunnel.c
net/ipv6/ip6_vti.c
net/ipv6/sit.c