Commit 1d2f41ed authored by Jason Wang's avatar Jason Wang Committed by David S. Miller

macvlan: switch to use IS_ENABLED()

Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89cee917
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <net/netlink.h> #include <net/netlink.h>
#include <linux/u64_stats_sync.h> #include <linux/u64_stats_sync.h>
#if defined(CONFIG_MACVTAP) || defined(CONFIG_MACVTAP_MODULE) #if IS_ENABLED(CONFIG_MACVTAP)
struct socket *macvtap_get_socket(struct file *); struct socket *macvtap_get_socket(struct file *);
#else #else
#include <linux/err.h> #include <linux/err.h>
......
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