diff options
author | Yuval Shaia <yuval.shaia@oracle.com> | 2018-04-01 09:22:18 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-04-03 10:42:40 -0600 |
commit | 12ed56bad92265c4430712afd8fa37090dd7888a (patch) | |
tree | 4720527ae899ca314e8e3ab4498a0e4a5c30b675 /drivers/infiniband/ulp | |
parent | 44016b3466407ff2766aeccb0ef2adca677c5106 (diff) | |
download | linux-12ed56bad92265c4430712afd8fa37090dd7888a.tar.gz linux-12ed56bad92265c4430712afd8fa37090dd7888a.tar.bz2 linux-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>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 5 |
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 { |