commit | 645a0c6c48e0122f4212e3957e73bddc18788d99 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Mon Oct 15 21:07:17 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Wed Oct 17 21:53:56 2007 -0400 |
tree | f3a2c9297abed184d514c20291c3e3c0b758814e | |
parent | 1ecd3902c6e16c2445165b872c49e73770b72da7 [diff] |
[SCSI] include linux/scatterlist.h in scsi_eh.h Spotted by Paul Jackson <pj@sgi.com> The error handler rework moved the scatterlist into a globally exposed structure in scsi_eh.h; unfortunately, the scatterlist include needs to move from scsi_error.c to scsi_eh.h to allow this to compile universally. Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>