acornscsi: remove linked command support
authorPaul Bolle <pebolle@tiscali.nl>
Sat, 24 May 2014 10:13:53 +0000 (12:13 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 May 2014 16:14:16 +0000 (18:14 +0200)
commite6842f09aa3fb00616980e501c471ec9098c5d69
treed297772aa038d6522b65d74b45030f9b07eb30c9
parent16b9d870a0f19f6c1061927a623d9c51c09f2bed
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 <pebolle@tiscali.nl>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/arm/acornscsi.c