From: Paul Bolle Date: Sat, 24 May 2014 10:13:53 +0000 (+0200) Subject: acornscsi: remove linked command support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6842f09aa3fb00616980e501c471ec9098c5d69;p=pandora-kernel.git acornscsi: remove linked command support The acornscsi driver was added in v2.1.88. It has always #undef-ed CONFIG_SCSI_ACORNSCSI_LINK near the top of acornscsi.c. And, just to be sure, it has also always triggered a preprocessor error if CONFIG_SCSI_ACORNSCSI_LINK was still defined. But, as far as I can see, it has never even been possible to set SCSI_ACORNSCSI_LINK through kconfig, or its predecessors, in the first place. Let's remove the code involved. Signed-off-by: Paul Bolle Acked-by: Russell King Acked-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed