net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map
[pandora-kernel.git] / drivers / net / ethernet / mellanox / mlx4 / cq.c
index 80f7252..56022d6 100644 (file)
@@ -294,8 +294,6 @@ int mlx4_cq_alloc(struct mlx4_dev *dev, int nent,
        init_completion(&cq->free);
 
        cq->irq = priv->eq_table.eq[cq->vector].irq;
-       cq->irq_affinity_change = false;
-
        return 0;
 
 err_radix: