forked from Minki/linux
ila: remove unused inline function ila_addr_is_ila
There's no callers in-tree anymore since commit 84287bb328
("ila: add
checksum neutral map auto").
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ad56623119
commit
0477e032a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user