mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue