projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f3766
)
net: Add header for usage of fls64()
author
David S. Miller
<davem@davemloft.net>
Sat, 16 Feb 2019 21:44:39 +0000
(13:44 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 Feb 2019 21:45:01 +0000
(13:45 -0800)
Fixes: 3b89ea9c5902 ("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>
include/linux/netdev_features.h
patch
|
blob
|
history
diff --git
a/include/linux/netdev_features.h
b/include/linux/netdev_features.h
index fce28562bed2949b7d862ddcd7eadea32ff45bf4..4c76fe2c84880fa24bebc7826d19801a10466bfd 100644
(file)
--- a/
include/linux/netdev_features.h
+++ b/
include/linux/netdev_features.h
@@
-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;