commit | e87a8f24c9151d449ab46d82a504c1ebfea210f2 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Wed Aug 10 11:03:35 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 10 17:18:52 2016 -0700 |
tree | 970e76e659836e60ba6d1d13f41bc02a05d2e6c8 | |
parent | b89b815c32f205a772180969da0188665f7da9e8 [diff] |
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>