diff options
Diffstat (limited to 'include/linux/mlx4/device.h')
-rw-r--r-- | include/linux/mlx4/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index db0aef37645f..fa660aedb822 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -589,8 +589,6 @@ struct mlx4_cq { | |||
589 | u32 cons_index; | 589 | u32 cons_index; |
590 | 590 | ||
591 | u16 irq; | 591 | u16 irq; |
592 | bool irq_affinity_change; | ||
593 | |||
594 | __be32 *set_ci_db; | 592 | __be32 *set_ci_db; |
595 | __be32 *arm_db; | 593 | __be32 *arm_db; |
596 | int arm_sn; | 594 | int arm_sn; |
@@ -1178,6 +1176,8 @@ int mlx4_assign_eq(struct mlx4_dev *dev, char *name, struct cpu_rmap *rmap, | |||
1178 | int *vector); | 1176 | int *vector); |
1179 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); | 1177 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); |
1180 | 1178 | ||
1179 | int mlx4_eq_get_irq(struct mlx4_dev *dev, int vec); | ||
1180 | |||
1181 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); | 1181 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); |
1182 | int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port); | 1182 | int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port); |
1183 | int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); | 1183 | int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); |