aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_loc.h
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2021-03-31 13:20:43 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-03-31 14:45:50 -0300
commitb1f27f688f716956e0b1c75d947a8bf22ed82ddc (patch)
tree2e023183ea9df3f86c290a4378567a48bdc6b1d1 /drivers/infiniband/sw/rxe/rxe_loc.h
parentRDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlock (diff)
downloadlinux-dev-b1f27f688f716956e0b1c75d947a8bf22ed82ddc.tar.xz
linux-dev-b1f27f688f716956e0b1c75d947a8bf22ed82ddc.zip
RDMA/rxe: Remove rxe_dma_device declaration
The function isn't implemented - delete the declaration. Fixes: a9d2e9ae953f ("RDMA/siw,rxe: Make emulated devices virtual in the device tree") Link: https://lore.kernel.org/r/20210331102043.691950-1-kamalheib1@gmail.com Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_loc.h')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_loc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_loc.h b/drivers/infiniband/sw/rxe/rxe_loc.h
index 08e21fa9ec97..ef8061d2fbe0 100644
--- a/drivers/infiniband/sw/rxe/rxe_loc.h
+++ b/drivers/infiniband/sw/rxe/rxe_loc.h
@@ -113,7 +113,6 @@ struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av,
int paylen, struct rxe_pkt_info *pkt);
int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb, u32 *crc);
const char *rxe_parent_name(struct rxe_dev *rxe, unsigned int port_num);
-struct device *rxe_dma_device(struct rxe_dev *rxe);
int rxe_mcast_add(struct rxe_dev *rxe, union ib_gid *mgid);
int rxe_mcast_delete(struct rxe_dev *rxe, union ib_gid *mgid);