projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad56623
)
ila: remove unused inline function ila_addr_is_ila
author
YueHaibing
<yuehaibing@huawei.com>
Wed, 29 Apr 2020 13:25:30 +0000
(21:25 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Apr 2020 19:01:31 +0000
(12:01 -0700)
There's no callers in-tree anymore since commit
84287bb32856
("ila: add
checksum neutral map auto").
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ila/ila.h
patch
|
blob
|
history
diff --git
a/net/ipv6/ila/ila.h
b/net/ipv6/ila/ila.h
index bb6fc0d54dae03788c9acc3c81206b1d78bed250..ad5f6f6ba333027497b0c593521524ac6738b3ca 100644
(file)
--- a/
net/ipv6/ila/ila.h
+++ b/
net/ipv6/ila/ila.h
@@
-68,11
+68,6
@@
static inline struct ila_addr *ila_a2i(struct in6_addr *addr)
return (struct ila_addr *)addr;
}
-static inline bool ila_addr_is_ila(struct ila_addr *iaddr)
-{
- return (iaddr->ident.type != ILA_ATYPE_IID);
-}
-
struct ila_params {
struct ila_locator locator;
struct ila_locator locator_match;