[PATCH] libata: Remove obsolete flag
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 23 May 2006 12:18:57 +0000 (13:18 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 24 May 2006 06:09:56 +0000 (02:09 -0400)
ATA_FLAG_IRQ_MASK was added when I did the original data transfer with
IRQ masked bits for PIO. It has since been replaced by ->pio_data_xfer
methods so should be removed so nobody uses it by mistake thinking it
still works.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found