From: Tejun Heo Date: Wed, 19 May 2010 20:10:20 +0000 (+0200) Subject: libata-sff: ata_sff_irq_clear() is BMDMA specific X-Git-Tag: v2.6.35-rc1~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f65b8bc262a5ae4c8e58be92fe3032f0aaaf04;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed