From: YueHaibing Date: Tue, 21 Apr 2020 03:09:12 +0000 (+0800) Subject: ila: remove unused macro 'ILA_HASH_TABLE_SIZE' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=540bde5c2c3da005b87b3edb394d6ca4f890777d;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ila/ila_xlat.c b/net/ipv6/ila/ila_xlat.c index 5fc1f4e0c0cf0..a1ac0e3d8c60c 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);