[SCSI] sym53c8xx: Remove data_mapping and data_mapped
authorMatthew Wilcox <matthew@wil.cx>
Fri, 5 Oct 2007 19:55:00 +0000 (15:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 23 Oct 2007 19:08:26 +0000 (15:08 -0400)
commit39c05d1e3c85c725e140ded1281bbb2303dfe5d3
tree527e435eba64d6705fc6082434dd5176f0532355
parentf363abff55cad0e9c6e73c4eedae13d9ee794880
[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 <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sym53c8xx_2/sym_glue.c