Commit c1fe0e09 authored by David S. Miller's avatar David S. Miller Committed by Stefan Bader

net: Add header for usage of fls64()

BugLink: https://bugs.launchpad.net/bugs/1818815

[ Upstream commit 8681ef1f ]

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent 36b03677
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment