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

Commit c3923b7a authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

batman: Remove reference to compare_ether_addr



This function is being removed, rename the reference.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarAntonio Quartulli <ordex@autistici.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 951fd874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ static inline void batadv_dbg(int type __always_unused,

/* returns 1 if they are the same ethernet addr
 *
 * note: can't use compare_ether_addr() as it requires aligned memory
 * note: can't use ether_addr_equal() as it requires aligned memory
 */
static inline int batadv_compare_eth(const void *data1, const void *data2)
{