Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] add missing libsas include to fix s390 compilation.

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>

authored by

Dave Jones and committed by
Linus Torvalds
4195bdbe de88777e

+1
+1
include/scsi/libsas.h
··· 35 35 #include <scsi/scsi_device.h> 36 36 #include <scsi/scsi_cmnd.h> 37 37 #include <scsi/scsi_transport_sas.h> 38 + #include <asm/scatterlist.h> 38 39 39 40 struct block_device; 40 41