aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-15 17:21:16 +0800
committerJason Gunthorpe <jgg@nvidia.com>2021-04-20 09:34:39 -0300
commit9480fd557be4781ea2f3d50b148218bcad826284 (patch)
treefb72ee6ae4d8193b1dee5fc2cdc4f75f800e87e2 /drivers/infiniband/ulp/ipoib
parentRDMA/bnxt_re: Get rid of custom module reference counting (diff)
downloadlinux-dev-9480fd557be4781ea2f3d50b148218bcad826284.tar.xz
linux-dev-9480fd557be4781ea2f3d50b148218bcad826284.zip
IB/ipoib: Remove unnecessary struct declaration
struct ipoib_cm_tx is defined at 245th line. And the definition is independent on the MACRO. The declaration here is unnecessary. Remove it. Link: https://lore.kernel.org/r/20210415092124.27684-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Christoph Lameter <cl@linux.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib')
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h
index a45f21e01269..75cd44789661 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib.h
+++ b/drivers/infiniband/ulp/ipoib/ipoib.h
@@ -677,8 +677,6 @@ void ipoib_cm_handle_rx_wc(struct net_device *dev, struct ib_wc *wc);
void ipoib_cm_handle_tx_wc(struct net_device *dev, struct ib_wc *wc);
#else
-struct ipoib_cm_tx;
-
#define ipoib_max_conn_qp 0
static inline int ipoib_cm_admin_enabled(struct net_device *dev)