]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libata-sff: remove dead code
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 4 May 2014 11:50:29 +0000 (13:50 +0200)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:24 +0000 (21:17 -0600)
commita96120c40c334bb43fc93bb1d30ff409ad0cb1dd
treeaea6e0e6af442427b91ec81534c8a7c105dc82c6
parentee43849e978a8b058e952a245af453c0be8dddfa
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>
(cherry picked from commit 8612b4b4f964b935029c3388c8484a66e41bf71e)
drivers/ata/libata-sff.c