commit | 26cf9155bf6b7deeaafe8fc8f233fca5e5398c92 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Jan 05 10:45:09 2017 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jan 10 22:59:07 2017 -0500 |
tree | 62541d4499e46ca99ff225eebc0a26d634594b62 | |
parent | b6f0ec3621d73bc2976a4f2ee2bf9d02ecfd16b6 [diff] |
scsi: ufs: ufshcd_query_descriptor_retry should be static Fix the following compilation warning: drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype for ufshcd_query_descriptor_retry [-Wmissing-prototypes] Also do not export the function, it should not be used out of ufs context. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>