From: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/backport-include/linux/netdevice.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backport/backport-include/linux/netdevice.h b/backport/backport-include/linux/netdevice.h index 9c912285368e..10d37b804b96 100644 --- a/backport/backport-include/linux/netdevice.h +++ b/backport/backport-include/linux/netdevice.h @@ -333,4 +333,9 @@ static inline void netif_trans_update(struct net_device *dev) (_dev)->needs_free_netdev = true; #endif +#if LINUX_VERSION_IS_LESS(4,14,0) +#define netdev_upper_dev_link(dev, upper, extack) \ + netdev_upper_dev_link(dev, upper) +#endif + #endif /* __BACKPORT_NETDEVICE_H */ -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe backports" in