Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
[deliverable/linux.git] / drivers / ata / pata_palmld.c
index 11fb4ccc74b4b631fb72ae2d643d404497f3833f..a2a73d9538404dbd5b602c9f199c2a5e5e165b41 100644 (file)
@@ -85,7 +85,7 @@ static __devinit int palmld_pata_probe(struct platform_device *pdev)
        ap = host->ports[0];
        ap->ops = &palmld_port_ops;
        ap->pio_mask = ATA_PIO4;
-       ap->flags |= ATA_FLAG_MMIO | ATA_FLAG_NO_LEGACY | ATA_FLAG_PIO_POLLING;
+       ap->flags |= ATA_FLAG_PIO_POLLING;
 
        /* memory mapping voodoo */
        ap->ioaddr.cmd_addr = mem + 0x10;
This page took 0.033088 seconds and 5 git commands to generate.