fix 5.2-rc1: remove 'fallback' argument

a350eccee5
This commit is contained in:
MilhouseVH 2019-05-23 00:26:16 +01:00
parent 0a7199b457
commit 16c378456e

View File

@ -934,7 +934,7 @@ static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0)
, void *accel_priv
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
, select_queue_fallback_t fallback
#endif
)