diff options
author | Christoph Hellwig <hch@lst.de> | 2015-12-23 19:12:53 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-12-23 14:29:06 -0500 |
commit | 7cf9ff643b7f709173ca6ff6376fdff5b8d16124 (patch) | |
tree | 20758e484543efc2222f1dd2f29d0b05636fdc2a /include/rdma | |
parent | 52f00dd3922810085f16cfc956a0c04671cb6513 (diff) | |
download | talos-op-linux-7cf9ff643b7f709173ca6ff6376fdff5b8d16124.tar.gz talos-op-linux-7cf9ff643b7f709173ca6ff6376fdff5b8d16124.zip |
IB: remove the struct ib_phys_buf definition
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> [core]
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 177844265c98..197b620eec9f 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1251,11 +1251,6 @@ enum ib_access_flags { IB_ACCESS_ON_DEMAND = (1<<6), }; -struct ib_phys_buf { - u64 addr; - u64 size; -}; - /* * XXX: these are apparently used for ->rereg_user_mr, no idea why they * are hidden here instead of a uapi header! |