commit | 520d06f92b32d7abe5127d7cc46a819db0f384e6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Apr 07 22:47:21 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:24 2008 -0400 |
tree | fd4f9ce7fdfa4296a1e71457906500736ca27fa0 | |
parent | 4c9bf4e799ce06a7378f1196587084802a414c03 [diff] |
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 <htejun@gmail.com>