[SCSI] include linux/scatterlist.h in scsi_eh.h
authorJames Bottomley <James.Bottomley@steeleye.com>
Tue, 16 Oct 2007 01:07:17 +0000 (21:07 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Thu, 18 Oct 2007 01:53:56 +0000 (21:53 -0400)
commit645a0c6c48e0122f4212e3957e73bddc18788d99
treef3a2c9297abed184d514c20291c3e3c0b758814e
parent1ecd3902c6e16c2445165b872c49e73770b72da7
[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>
drivers/scsi/scsi_error.c
include/scsi/scsi_eh.h