diff mbox

[rdma-core,3/8] rxe: Get rid of rxe_get_context_resp

Message ID 20180313220737.4336-4-jgg@ziepe.ca (mailing list archive)
State Not Applicable
Delegated to: shefty
Headers show

Commit Message

Jason Gunthorpe March 13, 2018, 10:07 p.m. UTC
From: Jason Gunthorpe <jgg@mellanox.com>

This isn't used and does not match what the kernel does.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
---
 providers/rxe/rxe-abi.h | 5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

diff --git a/providers/rxe/rxe-abi.h b/providers/rxe/rxe-abi.h
index 72b8438dbf6009..20b94a1e76ced2 100644
--- a/providers/rxe/rxe-abi.h
+++ b/providers/rxe/rxe-abi.h
@@ -43,11 +43,6 @@  struct mmap_info {
 	__u32 pad;
 };
 
-struct rxe_get_context_resp {
-	struct ib_uverbs_get_context_resp ibv_resp;
-	__u32 version;
-};
-
 struct rxe_create_cq_resp {
 	struct ib_uverbs_create_cq_resp ibv_resp;
 	struct mmap_info mi;