Skip to content

Commit

Permalink
ila: remove unused inline function ila_addr_is_ila
Browse files Browse the repository at this point in the history
There's no callers in-tree anymore since commit 84287bb ("ila: add
checksum neutral map auto").

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
YueHaibing authored and David S. Miller committed Apr 29, 2020
1 parent ad56623 commit 0477e03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/ipv6/ila/ila.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0477e03

Please sign in to comment.