aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBean Huo <[email protected]>2020-12-07 20:01:36 +0100
committerMartin K. Petersen <[email protected]>2020-12-09 11:34:19 -0500
commit44fd9fb599d3d2be4c6838f4b11eaa459bb33989 (patch)
tree32e44d1a5bf481b1046ffabab2f00bfefdebb79a
parentbe1b500212541a70006887bae558ff834d7365d0 (diff)
scsi: ufs: Remove unused macro definition POWER_DESC_MAX_SIZE
POWER_DESC_MAX_SIZE is unused, remove it. Link: https://lore.kernel.org/r/[email protected] Acked-by: Avri Altman <[email protected]> Acked-by: Alim Akhtar <[email protected]> Signed-off-by: Bean Huo <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/ufs/ufs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h
index d593edb48767..142c2ebd3d7d 100644
--- a/drivers/scsi/ufs/ufs.h
+++ b/drivers/scsi/ufs/ufs.h
@@ -330,7 +330,6 @@ enum {
UFS_DEV_WRITE_BOOSTER_SUP = BIT(8),
};
-#define POWER_DESC_MAX_SIZE 0x62
#define POWER_DESC_MAX_ACTV_ICC_LVLS 16
/* Attribute bActiveICCLevel parameter bit masks definitions */