On Tue, Apr 12, 2022 at 11:18:47AM -0700, Bart Van Assche wrote: > ufshcd-crypto.h declares functions that must only be called by the UFS > core. Hence remove the #include "ufshcd-crypto.h" directive from UFS > drivers. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/scsi/ufs/ufs-mediatek.c | 1 - > drivers/scsi/ufs/ufs-qcom-ice.c | 1 - > drivers/scsi/ufs/ufs-qcom.h | 1 + > 3 files changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric