From: Tejun Heo Date: Mon, 10 May 2010 19:41:29 +0000 (+0200) Subject: libata-sff: kill unused prototype and make ata_dev_select() static X-Git-Tag: v2.6.35-rc1~481^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a8209f766961eea4cfc6f22d2d6e06ef63546c;p=pandora-kernel.git libata-sff: kill unused prototype and make ata_dev_select() static ata_irq_on() was renamed to ata_sff_irq_on() and exported a while ago but prototype for the original function lingered in drivers/ata/libata.h. Kill it. Also, ata_dev_select() is only used inside drivers/ata/libata-sff.c. Make it static. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed