summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sx4.c
diff options
context:
space:
mode:
authorSergei Shtylyov2011-02-04 20:03:34 +0100
committerJeff Garzik2011-03-02 08:36:46 +0100
commitc10f97b9d8df818e51e6073be1b96454630595c1 (patch)
tree2837ef82cff20a04cb126a3eb06a01db8dcd76f7 /drivers/ata/sata_sx4.c
parentipr/sas_ata: use mode mask macros from <linux/ata.h> (diff)
downloadkernel-qcow2-linux-c10f97b9d8df818e51e6073be1b96454630595c1.tar.gz
kernel-qcow2-linux-c10f97b9d8df818e51e6073be1b96454630595c1.tar.xz
kernel-qcow2-linux-c10f97b9d8df818e51e6073be1b96454630595c1.zip
libata: remove ATA_FLAG_{SRST|SATA_RESET}
These flags are marked as obsolete and the checks for them have been removed by commit 294440887b32c58d220fb54b73b7a58079b78f20 (libata-sff: kill unused ata_bus_reset()), so I think it's time to finally get rid of them... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/sata_sx4.c')
-rw-r--r--drivers/ata/sata_sx4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c
index bedd5188e5b0..76384d077b2d 100644
--- a/drivers/ata/sata_sx4.c
+++ b/drivers/ata/sata_sx4.c
@@ -274,8 +274,8 @@ static const struct ata_port_info pdc_port_info[] = {
/* board_20621 */
{
.flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
- ATA_FLAG_SRST | ATA_FLAG_MMIO |
- ATA_FLAG_NO_ATAPI | ATA_FLAG_PIO_POLLING,
+ ATA_FLAG_MMIO | ATA_FLAG_NO_ATAPI |
+ ATA_FLAG_PIO_POLLING,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
.udma_mask = ATA_UDMA6,