瀏覽代碼

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>
Yuval Shaia 7 年之前
父節點
當前提交
12ed56bad9
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      drivers/infiniband/ulp/ipoib/ipoib.h

+ 0 - 5
drivers/infiniband/ulp/ipoib/ipoib.h

@@ -193,11 +193,6 @@ struct ipoib_tx_buf {
 	u64		mapping[MAX_SKB_FRAGS + 1];
 	u64		mapping[MAX_SKB_FRAGS + 1];
 };
 };
 
 
-struct ipoib_cm_tx_buf {
-	struct sk_buff *skb;
-	u64		mapping;
-};
-
 struct ib_cm_id;
 struct ib_cm_id;
 
 
 struct ipoib_cm_data {
 struct ipoib_cm_data {