diff options
Diffstat (limited to 'drivers/infiniband/hw/mlx4/main.c')
-rw-r--r-- | drivers/infiniband/hw/mlx4/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c index e9330a0d6c03..76dd45c764b4 100644 --- a/drivers/infiniband/hw/mlx4/main.c +++ b/drivers/infiniband/hw/mlx4/main.c | |||
@@ -609,6 +609,7 @@ static void *mlx4_ib_add(struct mlx4_dev *dev) | |||
609 | ibdev->ib_dev.post_send = mlx4_ib_post_send; | 609 | ibdev->ib_dev.post_send = mlx4_ib_post_send; |
610 | ibdev->ib_dev.post_recv = mlx4_ib_post_recv; | 610 | ibdev->ib_dev.post_recv = mlx4_ib_post_recv; |
611 | ibdev->ib_dev.create_cq = mlx4_ib_create_cq; | 611 | ibdev->ib_dev.create_cq = mlx4_ib_create_cq; |
612 | ibdev->ib_dev.modify_cq = mlx4_ib_modify_cq; | ||
612 | ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; | 613 | ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; |
613 | ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; | 614 | ibdev->ib_dev.poll_cq = mlx4_ib_poll_cq; |
614 | ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; | 615 | ibdev->ib_dev.req_notify_cq = mlx4_ib_arm_cq; |