mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
beb97d3a31
commit
540bde5c2c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user