diff options
| author | David S. Miller <davem@davemloft.net> | 2019-02-16 13:44:39 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-23 09:06:43 +0100 |
| commit | 8565b7fb8dfa0bc97818c2417e813de6147f5d76 (patch) | |
| tree | 407312b24dd046190fb0989375ef4024da07ffd4 /include/linux/netdev_features.h | |
| parent | d5a74d2b466b7d6595b8e28db64fb66f7fd5e724 (diff) | |
net: Add header for usage of fls64()
[ Upstream commit 8681ef1f3d295bd3600315325f3b3396d76d02f6 ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/netdev_features.h')
| -rw-r--r-- | include/linux/netdev_features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 79f1c2f649c6..de123f436f1a 100644 --- 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; |
