projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5c938
)
RDMA/vmw_pvrdma: Delete unused function
author
Yuval Shaia
<yuval.shaia@oracle.com>
Wed, 27 Jun 2018 16:26:11 +0000
(19:26 +0300)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Wed, 27 Jun 2018 21:08:49 +0000
(15:08 -0600)
This function is not in use - delete it.
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Acked-by: Adit Ranadive <aditr@vmware.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
b/drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
index 44cb1cfba417991ce02ee23ba06959a07c620b2a..42b8685c997eb9b5dd59397e094ec84e5bce1bcb 100644
(file)
--- a/
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
+++ b/
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
@@
-378,11
+378,6
@@
static inline enum ib_port_speed pvrdma_port_speed_to_ib(
return (enum ib_port_speed)speed;
}
-static inline int pvrdma_qp_attr_mask_to_ib(int attr_mask)
-{
- return attr_mask;
-}
-
static inline int ib_qp_attr_mask_to_pvrdma(int attr_mask)
{
return attr_mask & PVRDMA_MASK(PVRDMA_QP_ATTR_MASK_MAX);