From: Dave Jones 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 Signed-off-by: Andrew Morton --- include/scsi/libsas.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/scsi/libsas.h~add-missing-libsas-include-to-fix-s390-compilation include/scsi/libsas.h --- a/include/scsi/libsas.h~add-missing-libsas-include-to-fix-s390-compilation +++ a/include/scsi/libsas.h @@ -36,6 +36,7 @@ #include #include #include +#include struct block_device; _