ila: remove unused macro 'ILA_HASH_TABLE_SIZE'
authorYueHaibing <yuehaibing@huawei.com>
Tue, 21 Apr 2020 03:09:12 +0000 (11:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2020 19:49:21 +0000 (12:49 -0700)
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>
net/ipv6/ila/ila_xlat.c

index 5fc1f4e..a1ac0e3 100644 (file)
@@ -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);