[libata] drivers: remove 'void __iomem *' casts from pre-iomap days
[safe/jmp/linux-2.6] / drivers / ata / pata_hpt3x3.c
index 8ce5e23..d928c91 100644 (file)
@@ -173,7 +173,7 @@ static int hpt3x3_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
        static const struct ata_port_info info = {
                .sht = &hpt3x3_sht,
-               .flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+               .flags = ATA_FLAG_SLAVE_POSS,
                .pio_mask = 0x1f,
                .mwdma_mask = 0x07,
                .udma_mask = 0x07,