The patch titled add missing libsas include to fix s390 compilation. has been added to the -mm tree. Its filename is add-missing-libsas-include-to-fix-s390-compilation.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: add missing libsas include to fix s390 compilation. From: Dave Jones <davej@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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 <scsi/scsi_device.h> #include <scsi/scsi_cmnd.h> #include <scsi/scsi_transport_sas.h> +#include <asm/scatterlist.h> struct block_device; _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch git-agpgart.patch git-cpufreq.patch remove-hotplug-cpu-crap-from-cpufreq.patch add-missing-libsas-include-to-fix-s390-compilation.patch i386-touch-softlockup-during-stack-unwinding.patch swsusp-support-i386-systems-with-pae-or-without-pse.patch more-list-debugging-context.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html