diff options
| author | Bart Van Assche <bvanassche@acm.org> | 2026-04-01 13:25:00 -0700 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-04-02 21:26:44 -0400 |
| commit | efa1f6a9d7ce9246cb98c85335bba6a797e17584 (patch) | |
| tree | 3550dfc046def82ff8e470187ea86df09db33751 /drivers | |
| parent | 1373df88d53594a32534fd8960c51d1d09be8ecb (diff) | |
scsi: ufs: core: Remove an include directive from ufshcd-crypto.h
Nothing in the ufshcd-crypto.h header file depends on the ufshcd-priv.h
header file. Hence, stop including that header file. This include
directive was introduced by commit 4bc26113c603 ("scsi: ufs: Split the
ufshcd.h header file").
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20260401202506.1445324-3-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ufs/core/ufshcd-crypto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ufs/core/ufshcd-crypto.h b/drivers/ufs/core/ufshcd-crypto.h index c148a5194378..8f66db94e179 100644 --- a/drivers/ufs/core/ufshcd-crypto.h +++ b/drivers/ufs/core/ufshcd-crypto.h @@ -8,7 +8,6 @@ #include <scsi/scsi_cmnd.h> #include <ufs/ufshcd.h> -#include "ufshcd-priv.h" #include <ufs/ufshci.h> #ifdef CONFIG_SCSI_UFS_CRYPTO |
