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

Commit 8681ef1f authored by David S. Miller's avatar David S. Miller
Browse files

net: Add header for usage of fls64()



Fixes: 3b89ea9c ("net: Fix for_each_netdev_feature on Big endian")
Suggested-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 46f37666
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#define _LINUX_NETDEV_FEATURES_H

#include <linux/types.h>
#include <linux/bitops.h>
#include <asm/byteorder.h>

typedef u64 netdev_features_t;