From: Christoph Hellwig Date: Mon, 19 Mar 2018 07:34:58 +0000 (+0100) Subject: scsi: core: unexport scsi_host_set_state X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa1467fb0076143ea678ae1837b5b3bb27153329;p=linux.git scsi: core: unexport scsi_host_set_state This function is only used inside the SCSI midlayer, so remove the export for it. Signed-off-by: Christoph Hellwig Reviewed-by: Johannes Thumshirn Reviewed-by: Bart Van Assche Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index a0a7e4ff255c3..0a5362822ed62 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c @@ -154,7 +154,6 @@ int scsi_host_set_state(struct Scsi_Host *shost, enum scsi_host_state state) scsi_host_state_name(state))); return -EINVAL; } -EXPORT_SYMBOL(scsi_host_set_state); /** * scsi_remove_host - remove a scsi host