]> Git Repo - linux.git/commit
scsi: libsas: remove the exporting of sas_wait_eh
authorDenis Efremov <[email protected]>
Mon, 8 Jul 2019 16:43:39 +0000 (19:43 +0300)
committerMartin K. Petersen <[email protected]>
Fri, 12 Jul 2019 00:33:52 +0000 (20:33 -0400)
commit9b79ee9773a8c11772b2d0ed0cec831c7a68dc4f
treee5cbfb22adb6f929c91ad90f5bfa42ca99aa5924
parent6764f519bcb007bf09f328133311d6cdc2bbc72f
scsi: libsas: remove the exporting of sas_wait_eh

The function sas_wait_eh is declared static and marked EXPORT_SYMBOL, which
is at best an odd combination. Because the function is not used outside of
the drivers/scsi/libsas/sas_scsi_host.c file it is defined in, this commit
removes the EXPORT_SYMBOL() marking.

Signed-off-by: Denis Efremov <[email protected]>
Reviewed-by: Jason Yan <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/libsas/sas_scsi_host.c
This page took 0.054509 seconds and 4 git commands to generate.