From: James Bottomley Date: Tue, 16 Oct 2007 01:07:17 +0000 (-0400) Subject: [SCSI] include linux/scatterlist.h in scsi_eh.h X-Git-Tag: v2.6.24-rc1~19^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645a0c6c48e0122f4212e3957e73bddc18788d99;p=pandora-kernel.git [SCSI] include linux/scatterlist.h in scsi_eh.h Spotted by Paul Jackson 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed