From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:21 +0000 (+0900) Subject: libata: kill ata_noop_dev_select() X-Git-Tag: v2.6.26-rc1~1150^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f75b04ed5ed65a058d18a8a8dda50632a96de8;p=pandora-kernel.git libata: kill ata_noop_dev_select() Now that SFF assumptions are separated out from non-SFF reset sequence, port_ops->sff_dev_select() is no longer necessary for non-SFF controllers. Kill ata_noop_dev_select() and ->sff_dev_select initialization from base and other non-SFF port_ops. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed