aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuval Shaia <yuval.shaia@oracle.com>2018-04-01 09:22:18 +0300
committerJason Gunthorpe <jgg@mellanox.com>2018-04-03 10:42:40 -0600
commit12ed56bad92265c4430712afd8fa37090dd7888a (patch)
tree4720527ae899ca314e8e3ab4498a0e4a5c30b675
parentiw_cxgb4: print mapped ports correctly (diff)
downloadlinux-dev-12ed56bad92265c4430712afd8fa37090dd7888a.tar.xz
linux-dev-12ed56bad92265c4430712afd8fa37090dd7888a.zip
IB/ipoib: Delete unused struct
This structure is not needed since the introduction of commit 'c42687784b9a ("IB/ipoib: Scatter-Gather support in connected mode")' Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h
index 8033a006277f..308e0ce49289 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib.h
+++ b/drivers/infiniband/ulp/ipoib/ipoib.h
@@ -193,11 +193,6 @@ struct ipoib_tx_buf {
u64 mapping[MAX_SKB_FRAGS + 1];
};
-struct ipoib_cm_tx_buf {
- struct sk_buff *skb;
- u64 mapping;
-};
-
struct ib_cm_id;
struct ipoib_cm_data {