Skip to content

Commit 8681ef1

Browse files
committed
net: Add header for usage of fls64()
Fixes: 3b89ea9 ("net: Fix for_each_netdev_feature on Big endian") Suggested-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 46f3766 commit 8681ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/netdev_features.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define _LINUX_NETDEV_FEATURES_H
1212

1313
#include <linux/types.h>
14+
#include <linux/bitops.h>
1415
#include <asm/byteorder.h>
1516

1617
typedef u64 netdev_features_t;

0 commit comments

Comments
 (0)