diff options
| -rw-r--r-- | drivers/scsi/NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index d40ba0bd68a3..23392ae7df8b 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c | |||
| @@ -91,7 +91,7 @@ | |||
| 91 | #ifndef NDEBUG | 91 | #ifndef NDEBUG |
| 92 | #define NDEBUG 0 | 92 | #define NDEBUG 0 |
| 93 | #endif | 93 | #endif |
| 94 | #ifndef NDEBUG | 94 | #ifndef NDEBUG_ABORT |
| 95 | #define NDEBUG_ABORT 0 | 95 | #define NDEBUG_ABORT 0 |
| 96 | #endif | 96 | #endif |
| 97 | 97 | ||
