The patch titled drivers/scsi/g_NCR5380.c: "NCR53C400_PSEUDO_DMA" is not defined has been added to the -mm tree. Its filename is drivers-scsi-g_ncr5380c-ncr53c400_pseudo_dma-is-not.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/scsi/g_NCR5380.c: "NCR53C400_PSEUDO_DMA" is not defined From: Gabriel C <nix.or.die@xxxxxxxxxxxxxx> Got this warning with current git: ... In file included from drivers/scsi/g_NCR5380_mmio.c:9: drivers/scsi/g_NCR5380.c:559:5: warning: "NCR53C400_PSEUDO_DMA" is not defined ... Signed-off-by: Gabriel Craciunescu <nix.or.die@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/g_NCR5380.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/g_NCR5380.c~drivers-scsi-g_ncr5380c-ncr53c400_pseudo_dma-is-not drivers/scsi/g_NCR5380.c --- a/drivers/scsi/g_NCR5380.c~drivers-scsi-g_ncr5380c-ncr53c400_pseudo_dma-is-not +++ a/drivers/scsi/g_NCR5380.c @@ -556,7 +556,7 @@ generic_NCR5380_biosparam(struct scsi_de } #endif -#if NCR53C400_PSEUDO_DMA +#ifdef NCR53C400_PSEUDO_DMA /** * NCR5380_pread - pseudo DMA read _ Patches currently in -mm which might be from nix.or.die@xxxxxxxxxxxxxx are origin.patch drivers-scsi-g_ncr5380c-ncr53c400_pseudo_dma-is-not.patch broken-lilo-check-on-make-install.patch typo-fixes-errror-error.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