From: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> These patches fix miscellaneous problems when working with make randconfig. They were discovered on kernel 3.1-rc4 and have been reformatted for 3.5. Arnd Bergmann (7): scsi: mark SCSI_SRP as experimental scsi/nsp32: don't pass large values into udelay drivers/scsi: use correct __devexit_p annotation scsi/advansys: do not build on ARM scsi/atp870u: use mdelay instead of large udelay scsi/megaraid: fix sparse warnings drivers/scsi: some ISA drivers need ISA_DMA_API drivers/scsi/Kconfig | 10 ++- drivers/scsi/atp870u.c | 2 +- drivers/scsi/megaraid/megaraid_sas.h | 39 ++++++++++ drivers/scsi/megaraid/megaraid_sas_base.c | 46 +++--------- drivers/scsi/megaraid/megaraid_sas_fp.c | 105 ++++++++++++++------------- drivers/scsi/megaraid/megaraid_sas_fp.h | 22 ++++++ drivers/scsi/megaraid/megaraid_sas_fusion.c | 86 ++++++---------------- drivers/scsi/megaraid/megaraid_sas_fusion.h | 9 +++ drivers/scsi/nsp32.c | 3 +- drivers/scsi/nsp32.h | 2 +- drivers/scsi/pmcraid.c | 2 +- drivers/scsi/qla4xxx/ql4_os.c | 2 +- 12 files changed, 170 insertions(+), 158 deletions(-) create mode 100644 drivers/scsi/megaraid/megaraid_sas_fp.h -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html