Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03a64c93 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

[LLC]: Kill static inline llc_addrany



After the patch:
$ git-grep llc_addrany | wc -l
0

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a90bcbd6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);