scsi: libcxgbi: Remove an unused field in struct cxgbi_device
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 1 Sep 2024 20:45:27 +0000 (22:45 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Sep 2024 00:20:14 +0000 (20:20 -0400)
commit45fad027df61f848fa9e036e8de6ba009cd1a134
tree91b1a087b9e0ca16bbd98d0edc84415d71b01723
parente3684006945414153a33c5c4d1202dda2b80650f
scsi: libcxgbi: Remove an unused field in struct cxgbi_device

Usage of .dev_ddp_cleanup() in libcxgbi was removed by commit 5999299f1ce9
("cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support") on 2016-07.

.csk_rx_pdu_ready() and debugfs_root have apparently never been used since
introduction by commit 9ba682f01e2f ("[SCSI] libcxgbi: common library for
cxgb3i and cxgb4i")

Remove the now unused function pointer from struct cxgbi_device.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/58f77f690d85e2c653447e3e3fc4f8d3c3ce8563.1725223504.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxgbi/libcxgbi.h