Message ID | 1447610762-3781-10-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 0bbbd4b..3253563 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1145,11 +1145,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!
Signed-off-by: Christoph Hellwig <hch@lst.de> --- include/rdma/ib_verbs.h | 5 ----- 1 file changed, 5 deletions(-)