]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commite87a8f24c9151d449ab46d82a504c1ebfea210f2
tree970e76e659836e60ba6d1d13f41bc02a05d2e6c8
parentb89b815c32f205a772180969da0188665f7da9e8
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