From be988723f01961828d1f38aea79702c9ee17520c Mon Sep 17 00:00:00 2001 From: ayukum-hyd Date: Mon, 16 Mar 2026 12:29:25 +0530 Subject: [PATCH] Update scsi_bsg_ufs.h Signed-off-by: ayukum-hyd --- include/uapi/scsi/scsi_bsg_ufs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/uapi/scsi/scsi_bsg_ufs.h b/include/uapi/scsi/scsi_bsg_ufs.h index 8c29e498ef985..e1e6f1b5332fb 100644 --- a/include/uapi/scsi/scsi_bsg_ufs.h +++ b/include/uapi/scsi/scsi_bsg_ufs.h @@ -18,11 +18,6 @@ /* uic commands are 4DW long, per UFSHCI V2.1 paragraph 5.6.1 */ #define UIC_CMD_SIZE (sizeof(__u32) * 4) -enum ufs_bsg_msg_code { - UPIU_TRANSACTION_UIC_CMD = 0x1F, - UPIU_TRANSACTION_ARPMB_CMD, -}; - /* UFS RPMB Request Message Types */ enum ufs_rpmb_op_type { UFS_RPMB_WRITE_KEY = 0x01,