IB/mlx4: Remove ib_get_dma_mr calls
[cascardo/linux.git] / drivers / infiniband / hw / mlx4 / mlx4_ib.h
index 87a720f..fe52ead 100644 (file)
@@ -415,7 +415,6 @@ struct mlx4_ib_demux_pv_ctx {
        struct ib_device *ib_dev;
        struct ib_cq *cq;
        struct ib_pd *pd;
-       struct ib_mr *mr;
        struct work_struct work;
        struct workqueue_struct *wq;
        struct mlx4_ib_demux_pv_qp qp[2];
@@ -474,12 +473,8 @@ struct mlx4_port_gid_table {
 struct mlx4_ib_iboe {
        spinlock_t              lock;
        struct net_device      *netdevs[MLX4_MAX_PORTS];
-       struct net_device      *masters[MLX4_MAX_PORTS];
        atomic64_t              mac[MLX4_MAX_PORTS];
        struct notifier_block   nb;
-       struct notifier_block   nb_inet;
-       struct notifier_block   nb_inet6;
-       union ib_gid            gid_table[MLX4_MAX_PORTS][128];
        struct mlx4_port_gid_table gids[MLX4_MAX_PORTS];
 };