scsi: ufs: host: ufs-exynos: Remove unused defines
authorAlim Akhtar <alim.akhtar@samsung.com>
Wed, 15 Jun 2022 12:12:02 +0000 (17:42 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Jun 2022 01:47:55 +0000 (21:47 -0400)
Remove #defines as those are not used anywhere in the driver file.

Link: https://lore.kernel.org/r/20220615121204.16642-1-alim.akhtar@samsung.com
Reviewed-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/host/ufs-exynos.c

index 068f881..04728b5 100644 (file)
@@ -136,16 +136,6 @@ enum {
 /*
  * UNIPRO registers
  */
-#define UNIPRO_COMP_VERSION                    0x000
-#define UNIPRO_DME_PWR_REQ                     0x090
-#define UNIPRO_DME_PWR_REQ_POWERMODE           0x094
-#define UNIPRO_DME_PWR_REQ_LOCALL2TIMER0       0x098
-#define UNIPRO_DME_PWR_REQ_LOCALL2TIMER1       0x09C
-#define UNIPRO_DME_PWR_REQ_LOCALL2TIMER2       0x0A0
-#define UNIPRO_DME_PWR_REQ_REMOTEL2TIMER0      0x0A4
-#define UNIPRO_DME_PWR_REQ_REMOTEL2TIMER1      0x0A8
-#define UNIPRO_DME_PWR_REQ_REMOTEL2TIMER2      0x0AC
-
 #define UNIPRO_DME_POWERMODE_REQ_REMOTEL2TIMER0        0x78B8
 #define UNIPRO_DME_POWERMODE_REQ_REMOTEL2TIMER1        0x78BC
 #define UNIPRO_DME_POWERMODE_REQ_REMOTEL2TIMER2        0x78C0