mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
scsi: qedi: Remove unused declarations
These declarations were never implemented, remove them. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20230822143338.19120-1-yuehaibing@huawei.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
11443b539e
commit
e1a87e29fb
@ -67,8 +67,6 @@ void qedi_trace_io(struct qedi_ctx *qedi, struct iscsi_task *task,
|
||||
int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id);
|
||||
u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl);
|
||||
void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id);
|
||||
int qedi_create_sysfs_ctx_attr(struct qedi_ctx *qedi);
|
||||
void qedi_remove_sysfs_ctx_attr(struct qedi_ctx *qedi);
|
||||
void qedi_clearsq(struct qedi_ctx *qedi,
|
||||
struct qedi_conn *qedi_conn,
|
||||
struct iscsi_task *task);
|
||||
|
Loading…
Reference in New Issue
Block a user