aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-12-23 19:12:53 +0100
committerDoug Ledford <dledford@redhat.com>2015-12-23 14:29:06 -0500
commit7cf9ff643b7f709173ca6ff6376fdff5b8d16124 (patch)
tree20758e484543efc2222f1dd2f29d0b05636fdc2a
parentehca: stop using struct ib_phys_buf (diff)
downloadlinux-dev-7cf9ff643b7f709173ca6ff6376fdff5b8d16124.tar.xz
linux-dev-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>
-rw-r--r--include/rdma/ib_verbs.h5
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!