]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/netlogic/xlr_net.c
netdevice: add queue selection fallback handler for ndo_select_queue
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / netlogic / xlr_net.c
index eedffed17e391d3243443c443ff9338bf494c440..6f9ac27730af11b8e00973027c3eb14617ad9472 100644 (file)
@@ -307,7 +307,7 @@ static netdev_tx_t xlr_net_start_xmit(struct sk_buff *skb,
 }
 
 static u16 xlr_net_select_queue(struct net_device *ndev, struct sk_buff *skb,
-                               void *accel_priv)
+                               void *accel_priv, select_queue_fallback_t fallback)
 {
        return (u16)smp_processor_id();
 }