Skip to content

Commit e1a87e2

Browse files
Yue Haibingmartinkpetersen
authored andcommitted
scsi: qedi: Remove unused declarations
These declarations were never implemented, remove them. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 11443b5 commit e1a87e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/qedi/qedi_gbl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ void qedi_trace_io(struct qedi_ctx *qedi, struct iscsi_task *task,
6767
int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id);
6868
u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl);
6969
void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id);
70-
int qedi_create_sysfs_ctx_attr(struct qedi_ctx *qedi);
71-
void qedi_remove_sysfs_ctx_attr(struct qedi_ctx *qedi);
7270
void qedi_clearsq(struct qedi_ctx *qedi,
7371
struct qedi_conn *qedi_conn,
7472
struct iscsi_task *task);

0 commit comments

Comments
 (0)