diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-04-21 06:09:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-22 22:49:21 +0300 |
commit | 540bde5c2c3da005b87b3edb394d6ca4f890777d (patch) | |
tree | 3796a9155aa9de877d9ba3c9204105c2ac629841 /net/ipv6/ila | |
parent | beb97d3a3192c00575580af9073921c6283cf93d (diff) | |
download | linux-540bde5c2c3da005b87b3edb394d6ca4f890777d.tar.xz |
ila: remove unused macro 'ILA_HASH_TABLE_SIZE'
net/ipv6/ila/ila_xlat.c:604:0: warning: macro "ILA_HASH_TABLE_SIZE" is not used [-Wunused-macros]
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ila')
-rw-r--r-- | net/ipv6/ila/ila_xlat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/ila/ila_xlat.c b/net/ipv6/ila/ila_xlat.c index 5fc1f4e0c0cf..a1ac0e3d8c60 100644 --- a/net/ipv6/ila/ila_xlat.c +++ b/net/ipv6/ila/ila_xlat.c @@ -601,8 +601,6 @@ out_ret: return ret; } -#define ILA_HASH_TABLE_SIZE 1024 - int ila_xlat_init_net(struct net *net) { struct ila_net *ilan = net_generic(net, ila_net_id); |