From: Finn Thain Date: Tue, 18 Mar 2014 00:42:24 +0000 (+1100) Subject: scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757f5bad2b748dca6f82e660875320d156485ea5;p=pandora-kernel.git scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.c The sun3 drivers suffer from a whole bunch of duplicated code. Fix this by following the g_NCR5380_mmio example. (Notionally, sun3_scsi relates to sun3_scsi_vme in the same way that g_NCR5380 relates to g_NCR5380_mmio.) Dead code is also removed: we now have working debug macros so SUN3_SCSI_DEBUG is undesirable. Dead code within #ifdef OLD_DMA is also dropped, consistent with sun3_scsi_vme.c. Signed-off-by: Finn Thain Acked-by: Sam Creasey Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed