From: Jeff Garzik Date: Wed, 15 Aug 2007 09:38:46 +0000 (-0400) Subject: [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() X-Git-Tag: v2.6.24-rc1~1391^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d32d30f55020d766388df7515f771f68c973033;p=pandora-kernel.git [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() * ->irq_ack() is redundant to what the irq handler already performs... chk-status + irq-clear. Furthermore, it is only called in one place, when screaming-irq-debugging is enabled, so we don't want to bother with a hook just for that. * ata_dummy_irq_on() is only ever used in drivers that have no callpath reaching ->irq_on(). Remove .irq_on hook from those drivers, and the now-unused ata_dummy_irq_on() Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed