diff options
author | Christoph Hellwig <hch@lst.de> | 2014-09-05 21:23:07 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-24 13:57:03 -0500 |
commit | 82042a2cdb55cd8402207f14a6e2c24d7a5febe8 (patch) | |
tree | 3c1e9660a193d895ddd736775305acc668c8576c /drivers/scsi/scsi_priv.h | |
parent | 3c356bde19e9a728b26a231a23099c8057dbe881 (diff) |
scsi: move scsi_dispatch_cmd to scsi_lib.c
scsi_lib.c is where the rest of the I/O submission path lives, so move
scsi_dispatch_cmd there and mark it static.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/scsi/scsi_priv.h')
-rw-r--r-- | drivers/scsi/scsi_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h index 2a382c100760..2dc4a83fb84c 100644 --- a/drivers/scsi/scsi_priv.h +++ b/drivers/scsi/scsi_priv.h | |||
@@ -29,7 +29,6 @@ extern int scsi_init_hosts(void); | |||
29 | extern void scsi_exit_hosts(void); | 29 | extern void scsi_exit_hosts(void); |
30 | 30 | ||
31 | /* scsi.c */ | 31 | /* scsi.c */ |
32 | extern int scsi_dispatch_cmd(struct scsi_cmnd *cmd); | ||
33 | extern int scsi_setup_command_freelist(struct Scsi_Host *shost); | 32 | extern int scsi_setup_command_freelist(struct Scsi_Host *shost); |
34 | extern void scsi_destroy_command_freelist(struct Scsi_Host *shost); | 33 | extern void scsi_destroy_command_freelist(struct Scsi_Host *shost); |
35 | #ifdef CONFIG_SCSI_LOGGING | 34 | #ifdef CONFIG_SCSI_LOGGING |