diff options
| author | 2020-04-21 11:09:12 +0800 | |
|---|---|---|
| committer | 2020-04-22 12:49:21 -0700 | |
| commit | 540bde5c2c3da005b87b3edb394d6ca4f890777d (patch) | |
| tree | 3796a9155aa9de877d9ba3c9204105c2ac629841 | |
| parent | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable (diff) | |
| download | linux-dev-540bde5c2c3da005b87b3edb394d6ca4f890777d.tar.xz linux-dev-540bde5c2c3da005b87b3edb394d6ca4f890777d.zip | |
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>
| -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); |
