Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[cascardo/linux.git] / drivers / staging / rdma / ehca / ehca_main.c
index 860b974..832f22f 100644 (file)
@@ -511,13 +511,9 @@ static int ehca_init_device(struct ehca_shca *shca)
        shca->ib_device.req_notify_cq       = ehca_req_notify_cq;
        /* shca->ib_device.req_ncomp_notif  = ehca_req_ncomp_notif; */
        shca->ib_device.get_dma_mr          = ehca_get_dma_mr;
-       shca->ib_device.reg_phys_mr         = ehca_reg_phys_mr;
        shca->ib_device.reg_user_mr         = ehca_reg_user_mr;
-       shca->ib_device.query_mr            = ehca_query_mr;
        shca->ib_device.dereg_mr            = ehca_dereg_mr;
-       shca->ib_device.rereg_phys_mr       = ehca_rereg_phys_mr;
        shca->ib_device.alloc_mw            = ehca_alloc_mw;
-       shca->ib_device.bind_mw             = ehca_bind_mw;
        shca->ib_device.dealloc_mw          = ehca_dealloc_mw;
        shca->ib_device.alloc_fmr           = ehca_alloc_fmr;
        shca->ib_device.map_phys_fmr        = ehca_map_phys_fmr;