projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb97d3
)
ila: remove unused macro 'ILA_HASH_TABLE_SIZE'
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 21 Apr 2020 03:09:12 +0000
(11:09 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/ipv6/ila/ila_xlat.c
b/net/ipv6/ila/ila_xlat.c
index 5fc1f4e0c0cf0d3dd403c2dcaf291ea9c096d235..a1ac0e3d8c60c52fa48d4bccb9d1cd4fadb46fa3 100644
(file)
--- 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);