[libata] PATA drivers: remove ATA_FLAG_SRST
[deliverable/linux.git] / drivers / ata / pata_hpt3x2n.c
index e947433cb37dd3177b902557aad23ea7d52686f8..809d3385df7d5787a5dcb81f5ea38070c3bc66ad 100644 (file)
@@ -490,7 +490,7 @@ static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id)
        /* HPT372N and friends - UDMA133 */
        static const struct ata_port_info info = {
                .sht = &hpt3x2n_sht,
-               .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+               .flags = ATA_FLAG_SLAVE_POSS,
                .pio_mask = 0x1f,
                .mwdma_mask = 0x07,
                .udma_mask = 0x7f,
This page took 0.025626 seconds and 5 git commands to generate.