Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ila: remove unused inline function ila_addr_is_ila

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>

authored by

YueHaibing and committed by
David S. Miller
0477e032 ad566231

-5
-5
net/ipv6/ila/ila.h
··· 68 68 return (struct ila_addr *)addr; 69 69 } 70 70 71 - static inline bool ila_addr_is_ila(struct ila_addr *iaddr) 72 - { 73 - return (iaddr->ident.type != ILA_ATYPE_IID); 74 - } 75 - 76 71 struct ila_params { 77 72 struct ila_locator locator; 78 73 struct ila_locator locator_match;