| commit | 37f65b8bc262a5ae4c8e58be92fe3032f0aaaf04 | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <tj@kernel.org> | Wed May 19 22:10:20 2010 +0200 |
| committer | Jeff Garzik <jgarzik@redhat.com> | Tue May 25 19:40:19 2010 -0400 |
| tree | 0a7507b26bdc61024d01b538ad7d3d25bc4f7811 | |
| parent | 2f20ccf8190b064468cb2c7ba92e757ae37e61b1 [diff] |
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>