[SCSI] NCR5380: fix undefined preprocessor identifier
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 3 Oct 2005 00:15:29 +0000 (17:15 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Sun, 16 Oct 2005 16:50:21 +0000 (11:50 -0500)
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@xenotime.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/NCR5380.c

index d40ba0b..23392ae 100644 (file)
@@ -91,7 +91,7 @@
 #ifndef NDEBUG
 #define NDEBUG 0
 #endif
-#ifndef NDEBUG
+#ifndef NDEBUG_ABORT
 #define NDEBUG_ABORT 0
 #endif