From 102a37cdb3aeca4253c436ce9ff4ad06470506ce Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 29 Nov 2021 11:46:09 -0800 Subject: [PATCH] ANDROID: scsi: ufs: Remove a superfluous #include directive Remove this include directive from UFS code that does not use any functionality from kernel/async.c. This patch is a subset of upstream commit db33028647a3 ("scsi: Remove superfluous #include directives"). Link: https://lore.kernel.org/r/20211129194609.3466071-13-bvanassche@acm.org Reviewed-by: Daejun Park Signed-off-by: Bart Van Assche Signed-off-by: Martin K. Petersen Bug: 234653003 Change-Id: I7bd2c3a646b35b61cb0057c928532b820417b89c Signed-off-by: Bart Van Assche --- drivers/scsi/ufs/ufshpb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c index 2a5a0bbdb7d4..b37a1839f180 100644 --- a/drivers/scsi/ufs/ufshpb.c +++ b/drivers/scsi/ufs/ufshpb.c @@ -10,7 +10,6 @@ */ #include -#include #include "ufshcd.h" #include "ufshpb.h"