Skip to content

Commit

Permalink
[LLC]: Kill static inline llc_addrany
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Feb 29, 2008
1 parent a90bcbd commit 03a64c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/net/llc_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 03a64c9

Please sign in to comment.