Commit 0477e032 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller

ila: remove unused inline function ila_addr_is_ila

There's no callers in-tree anymore since commit 84287bb3 ("ila: add
checksum neutral map auto").
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad566231
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment