From: Matthew Wilcox Date: Fri, 5 Oct 2007 19:55:00 +0000 (-0400) Subject: [SCSI] sym53c8xx: Remove data_mapping and data_mapped X-Git-Tag: v2.6.24-rc1~19^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c05d1e3c85c725e140ded1281bbb2303dfe5d3;p=pandora-kernel.git [SCSI] sym53c8xx: Remove data_mapping and data_mapped Before all commands used sg, data_mapping and data_mapped were used to distinguish whether the command had used map_single or map_sg. Now all commands are sg, so we can delete data_mapping, data_mapped and the wrapper functions __unmap_scsi_data, __map_scsi_sg_data, unmap_scsi_data and map_scsi_sg_data. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed