aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@steeleye.com>2007-10-15 21:07:17 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-17 21:53:56 -0400
commit645a0c6c48e0122f4212e3957e73bddc18788d99 (patch)
treef3a2c9297abed184d514c20291c3e3c0b758814e /drivers/scsi/scsi_error.c
parent[SCSI] fc4: remove this and all associated drivers (diff)
downloadlinux-dev-645a0c6c48e0122f4212e3957e73bddc18788d99.tar.xz
linux-dev-645a0c6c48e0122f4212e3957e73bddc18788d99.zip
[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>
Diffstat (limited to 'drivers/scsi/scsi_error.c')
-rw-r--r--drivers/scsi/scsi_error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c
index d29f8464b74f..ebaca4ca4a13 100644
--- a/drivers/scsi/scsi_error.c
+++ b/drivers/scsi/scsi_error.c
@@ -24,7 +24,6 @@
#include <linux/interrupt.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
-#include <linux/scatterlist.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>