Signed-off-by: kbuild test robot <lkp(a)intel.com>
---
ufshpb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
index 4a10e7b6f7949..1c1c669e3ee35 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -37,7 +37,7 @@ struct ufshpb_lun *ufshpb_luns;
static unsigned long ufshpb_lun_map[BITS_TO_LONGS(UFSHPB_MAX_LUNS)];
static u8 ufshpb_lun_lookup[UFSHPB_MAX_LUNS];
-void ufshpb_remove_lun(u8 lun)
+static void ufshpb_remove_lun(u8 lun)
{
struct ufshpb_lun *hpb;
Show replies by thread