libiscsi: Unexport iscsi_eh_target_reset()
authorBart Van Assche <bart.vanassche@sandisk.com>
Wed, 30 Mar 2016 18:26:46 +0000 (11:26 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 11 Apr 2016 20:57:09 +0000 (16:57 -0400)
commit3907adf67a1559d455f90b0de4c977dd456fe311
treec6ebf679afdba5bf3ce99cf0b5bac84bfd5c50e2
parent5cfe8d5b4c6f359a23738bbdc54a6007c6d6bdb1
libiscsi: Unexport iscsi_eh_target_reset()

Running "git grep -nHw iscsi_eh_target_reset" shows that this function
is only called from inside the drivers/scsi/libiscsi.c source
file. Hence unexport this function.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libiscsi.c