From: Tejun Heo Date: Mon, 9 Oct 2006 02:10:26 +0000 (+0900) Subject: [PATCH] libata: move ata_irq_on() into libata-sff.c X-Git-Tag: v2.6.20-rc1~34^2~40^2~9^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90088bb41200b4da962282dfd45db82544adac3b;p=pandora-kernel.git [PATCH] libata: move ata_irq_on() into libata-sff.c ata_irq_on() isn't used outside of libata core layer. The function is TF/SFF interface specific but currently used by core path with some hack too. Move it from include/linux/libata.h to drivers/ata/libata-sff.c. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed