From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:21 +0000 (+0900) Subject: libata: remove check_status from non-SFF drivers X-Git-Tag: v2.6.26-rc1~1150^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520d06f92b32d7abe5127d7cc46a819db0f384e6;p=pandora-kernel.git libata: remove check_status from non-SFF drivers Now that all SFF stuff is separated out of core layer, core layer doesn't call ops->[alt_]check_status(). In fact, no one calls them for non-SFF drivers anymore. Kill them. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed