summaryrefslogtreecommitdiff
path: root/patches/0072-netdevice-ndo_fdb_add/igb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0072-netdevice-ndo_fdb_add/igb.patch')
-rw-r--r--patches/0072-netdevice-ndo_fdb_add/igb.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0072-netdevice-ndo_fdb_add/igb.patch b/patches/0072-netdevice-ndo_fdb_add/igb.patch
index e068ea3b..9dcac3d2 100644
--- a/patches/0072-netdevice-ndo_fdb_add/igb.patch
+++ b/patches/0072-netdevice-ndo_fdb_add/igb.patch
@@ -4,7 +4,7 @@
static int igb_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
struct net_device *dev,
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0)
++#if LINUX_VERSION_IS_LESS(3,19,0)
+ const unsigned char *addr,
+#else
const unsigned char *addr, u16 vid,