diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-03 13:53:58 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-03 13:53:58 -0800 |
commit | 008aef526eb3c67239f1340aa74891355d8b609e (patch) | |
tree | dda199d8026b3046a521039a6c30d6265527f747 /include | |
parent | 831d52bc153971b70e64eccfbed2b232394f22f8 (diff) | |
parent | 9ee91f7fb550a4c82f82d9818e42493484c754af (diff) | |
download | linux-3.10-008aef526eb3c67239f1340aa74891355d8b609e.tar.gz linux-3.10-008aef526eb3c67239f1340aa74891355d8b609e.tar.bz2 linux-3.10-008aef526eb3c67239f1340aa74891355d8b609e.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
[SCSI] libsas: fix runaway error handler problem
[SCSI] fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ordering
[SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200
[SCSI] mpt2sas: fix Integrated Raid unsynced on shutdown problem
[SCSI] mpt2sas: Kernel Panic during Large Topology discovery
[SCSI] mpt2sas: Fix the race between broadcast asyn event and scsi command completion
[SCSI] mpt2sas: Correct resizing calculation for max_queue_depth
[SCSI] mpt2sas: fix internal device reset for older firmware prior to MPI Rev K
[SCSI] mpt2sas: Fix device removal handshake for zoned devices
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 648d2335803..b76d4006e36 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -9,6 +9,7 @@ #define _SCSI_SCSI_H #include <linux/types.h> +#include <linux/scatterlist.h> struct scsi_cmnd; |