From: David S. Miller Date: Sat, 16 Feb 2019 21:44:39 +0000 (-0800) Subject: net: Add header for usage of fls64() X-Git-Tag: v4.14.103~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8565b7fb8dfa0bc97818c2417e813de6147f5d76;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- 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 +#include #include typedef u64 netdev_features_t;