IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
authorBart Van Assche <bvanassche@acm.org>
Thu, 31 Jan 2019 16:30:34 +0000 (08:30 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 4 Feb 2019 21:34:07 +0000 (14:34 -0700)
commita163afc88556e099271a7b423295bc5176fcecce
tree312a999860e60137b96e69b7b62b9c90a4d82e21
parent6141f8fa5bb7626191530ccc9c3937da3f6a075e
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()

Keeping single line wrapper functions is not useful. Hence remove the
ib_sg_dma_address() and ib_sg_dma_len() functions. This patch does not
change any functionality.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/rw.c
drivers/infiniband/ulp/iser/iser_memory.c
drivers/infiniband/ulp/srp/ib_srp.c
include/rdma/ib_verbs.h
net/rds/ib.h
net/rds/ib_fmr.c
net/rds/ib_frmr.c
net/rds/ib_recv.c
net/rds/ib_send.c