From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:17 +0000 (+0900) Subject: libata: clean up port_ops->sff_irq_clear() X-Git-Tag: v2.6.26-rc1~1150^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288623a06c652239d2f57d271af12bb024cf7218;p=pandora-kernel.git libata: clean up port_ops->sff_irq_clear() ->sff_irq_clear() is called only from SFF interrupt handler, so there is no reason to initialize it for non-SFF controllers. Also, ata_sff_irq_clear() can handle both BMDMA and non-BMDMA SFF controllers. This patch kills ata_noop_irq_clear() and removes it from base port_ops and sets ->sff_irq_clear to ata_sff_irq_clear() in sff port_ops instead of bmdma port_ops. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed