libata-sff: ata_sff_irq_clear() is BMDMA specific
authorTejun Heo <tj@kernel.org>
Wed, 19 May 2010 20:10:20 +0000 (22:10 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 25 May 2010 23:40:19 +0000 (19:40 -0400)
commit37f65b8bc262a5ae4c8e58be92fe3032f0aaaf04
tree0a7507b26bdc61024d01b538ad7d3d25bc4f7811
parent2f20ccf8190b064468cb2c7ba92e757ae37e61b1
libata-sff: ata_sff_irq_clear() is BMDMA specific

ata_sff_irq_clear() is BMDMA specific.  Rename it to
ata_bmdma_irq_clear(), move it to ata_bmdma_port_ops and make
->sff_irq_clear() optional.

Note: ata_bmdma_irq_clear() is actually only needed by ata_piix and
      possibly by sata_sil.  This should be moved to respective low
      level drivers later.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-sff.c
drivers/ata/pata_bf54x.c
drivers/ata/pata_scc.c
drivers/ata/sata_nv.c
drivers/ata/sata_sil.c
drivers/ata/sata_via.c
include/linux/libata.h