ata: sata_rcar: drop unused #define's
authorSergey Shtylyov <s.shtylyov@omp.ru>
Thu, 10 Feb 2022 10:32:42 +0000 (13:32 +0300)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Sat, 19 Feb 2022 02:18:43 +0000 (11:18 +0900)
This driver has never used the SH-Navi2G/ATAPI-ATA compatible taskfile
registers (the driver uses the taskfile registers in another location
anyway), so drop their #define's...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_rcar.c

index 20263c1..bde76a8 100644 (file)
 
 #define DRV_NAME "sata_rcar"
 
-/* SH-Navi2G/ATAPI-ATA compatible task registers */
-#define DATA_REG                       0x100
-#define SDEVCON_REG                    0x138
-
 /* SH-Navi2G/ATAPI module compatible control registers */
 #define ATAPI_CONTROL1_REG             0x180
 #define ATAPI_STATUS_REG               0x184