From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix 12 undefined preprocessor identifier warnings (4 each in 3 driver builds): drivers/scsi/NCR5380.c:2744:16: warning: undefined preprocessor identifier 'NDEBUG_ABORT' drivers/scsi/NCR5380.c:2744:16: warning: "NDEBUG_ABORT" is not defined Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- drivers/scsi/NCR5380.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp linux-2614-rc2-git6/drivers/scsi/NCR5380.c~scsi_ncr_define linux-2614-rc2-git6/drivers/scsi/NCR5380.c --- linux-2614-rc2-git6/drivers/scsi/NCR5380.c~scsi_ncr_define 2005-09-27 21:36:10.000000000 -0700 +++ linux-2614-rc2-git6/drivers/scsi/NCR5380.c 2005-10-02 16:38:29.000000000 -0700 @@ -91,7 +91,7 @@ #ifndef NDEBUG #define NDEBUG 0 #endif -#ifndef NDEBUG +#ifndef NDEBUG_ABORT #define NDEBUG_ABORT 0 #endif --- - : 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