commit | 8612b4b4f964b935029c3388c8484a66e41bf71e | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Sun May 04 13:50:29 2014 +0200 |
committer | Tejun Heo <tj@kernel.org> | Sun May 04 15:01:42 2014 -0400 |
tree | 270ac3b4ddc38259e66f89bed8cb308589c80033 | |
parent | c49a6bf5eecd31f335df1a3700c92be1a824c6f0 [diff] |
libata-sff: remove dead code Ever since v2.6.19 the code contains a check for CONFIG_NO_ATA_LEGACY. But that macro has never been defined. Apparently no one ran into problems on platforms that do not support compatibility mode. So remove this code that has been dead for over seven years. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Tejun Heo <tj@kernel.org>