scsi: core: remove the scsi_ioctl_reset export
authorChristoph Hellwig <hch@lst.de>
Fri, 15 Mar 2019 08:44:19 +0000 (09:44 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 19 Mar 2019 18:02:18 +0000 (14:02 -0400)
This function is only used inside the SCSI midlayer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_error.c

index 1b8378f..8e96805 100644 (file)
@@ -2393,7 +2393,6 @@ out_put_autopm_host:
        scsi_autopm_put_host(shost);
        return error;
 }
-EXPORT_SYMBOL(scsi_ioctl_reset);
 
 bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd,
                                  struct scsi_sense_hdr *sshdr)