projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de88777
)
[PATCH] add missing libsas include to fix s390 compilation.
author
Dave Jones
<davej@redhat.com>
Tue, 28 Nov 2006 04:58:11 +0000
(23:58 -0500)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Wed, 29 Nov 2006 01:26:50 +0000
(17:26 -0800)
include/scsi/libsas.h:479: error: field 'smp_req' has incomplete type
include/scsi/libsas.h:480: error: field 'smp_resp' has incomplete type
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/scsi/libsas.h
patch
|
blob
|
history
diff --git
a/include/scsi/libsas.h
b/include/scsi/libsas.h
index 9582e8401669b89ceba0d555499c0d3e263c8e30..1d77b63c5ea4c64882b3e7d37d0c650941729f4a 100644
(file)
--- a/
include/scsi/libsas.h
+++ b/
include/scsi/libsas.h
@@
-35,6
+35,7
@@
#include <scsi/scsi_device.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_transport_sas.h>
+#include <asm/scatterlist.h>
struct block_device;