scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()

JIRA: https://issues.redhat.com/browse/RHEL-16725

commit a615e93d6cfe70f9fab2cb02c7b11fe9de1c56b5
Author: YueHaibing <yuehaibing@huawei.com>
Date:   Tue Jul 25 22:15:31 2023 +0800

    scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()

    This is not used anymore and can be removed.

    Signed-off-by: YueHaibing <yuehaibing@huawei.com>
    Link: https://lore.kernel.org/r/20230725141531.10424-1-yuehaibing@huawei.com
    Reviewed-by: Chris Leech <cleech@redhat.com>
    Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Signed-off-by: Chris Leech <cleech@redhat.com>
This commit is contained in:
Chris Leech 2023-11-14 11:56:00 -08:00
parent f043d45496
commit 4c6de2f232
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ extern struct iscsi_iface *iscsi_create_iface(struct Scsi_Host *shost,
uint32_t iface_type,
uint32_t iface_num, int dd_size);
extern void iscsi_destroy_iface(struct iscsi_iface *iface);
extern struct iscsi_iface *iscsi_lookup_iface(int handle);
extern char *iscsi_get_port_speed_name(struct Scsi_Host *shost);
extern char *iscsi_get_port_state_name(struct Scsi_Host *shost);
extern int iscsi_is_session_dev(const struct device *dev);