mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 12:16:19 +07:00
scsi: core: remove the scsi_ioctl_reset export
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>
This commit is contained in:
parent
93ab8c8fc8
commit
c0327e67ec
@ -2393,7 +2393,6 @@ scsi_ioctl_reset(struct scsi_device *dev, int __user *arg)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user