mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +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