[PATCH] libata: move ata_irq_on() into libata-sff.c
authorTejun Heo <htejun@gmail.com>
Mon, 9 Oct 2006 02:10:26 +0000 (11:10 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 03:40:28 +0000 (22:40 -0500)
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 <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found