IB: remove the struct ib_phys_buf definition
authorChristoph Hellwig <hch@lst.de>
Wed, 23 Dec 2015 18:12:53 +0000 (19:12 +0100)
committerDoug Ledford <dledford@redhat.com>
Wed, 23 Dec 2015 19:29:06 +0000 (14:29 -0500)
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>
include/rdma/ib_verbs.h

index 177844265c9834651a03dc9321fbe82f447cc2f3..197b620eec9f771c4fcda53820baa42de94fb463 100644 (file)
@@ -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!
This page took 0.026644 seconds and 5 git commands to generate.