[LLC]: Kill static inline llc_addrany
After the patch: $ git-grep llc_addrany | wc -l 0 Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a90bcbd651
commit
03a64c93b6
1 changed files with 0 additions and 5 deletions
|
@ -74,11 +74,6 @@ static inline int llc_mac_null(const u8 *mac)
|
|||
return is_zero_ether_addr(mac);
|
||||
}
|
||||
|
||||
static inline int llc_addrany(const struct llc_addr *addr)
|
||||
{
|
||||
return llc_mac_null(addr->mac) && !addr->lsap;
|
||||
}
|
||||
|
||||
static inline int llc_mac_multicast(const u8 *mac)
|
||||
{
|
||||
return is_multicast_ether_addr(mac);
|
||||
|
|
Loading…
Reference in a new issue