Skip to content

Commit a905b5c

Browse files
Yue Haibingmartinkpetersen
authored andcommitted
scsi: core: Remove unused extern declarations
These functions have never been implemented since the beginning of git history. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 2fcd1e2 commit a905b5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/scsi_priv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ bool scsi_noretry_cmd(struct scsi_cmnd *scmd);
103103
void scsi_eh_done(struct scsi_cmnd *scmd);
104104

105105
/* scsi_lib.c */
106-
extern int scsi_maybe_unblock_host(struct scsi_device *sdev);
107106
extern void scsi_device_unbusy(struct scsi_device *sdev, struct scsi_cmnd *cmd);
108107
extern void scsi_queue_insert(struct scsi_cmnd *cmd, int reason);
109108
extern void scsi_io_completion(struct scsi_cmnd *, unsigned int);
@@ -155,7 +154,6 @@ extern int scsi_sysfs_add_host(struct Scsi_Host *);
155154
extern int scsi_sysfs_register(void);
156155
extern void scsi_sysfs_unregister(void);
157156
extern void scsi_sysfs_device_initialize(struct scsi_device *);
158-
extern int scsi_sysfs_target_initialize(struct scsi_device *);
159157
extern struct scsi_transport_template blank_transport_template;
160158
extern void __scsi_remove_device(struct scsi_device *);
161159

0 commit comments

Comments
 (0)