projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3ca7d
)
[SCSI] NCR5380: fix undefined preprocessor identifier
author
Randy Dunlap
<
[email protected]
>
Mon, 3 Oct 2005 00:15:29 +0000
(17:15 -0700)
committer
James 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 <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/NCR5380.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/NCR5380.c
b/drivers/scsi/NCR5380.c
index d40ba0bd68a3b776699f62ff56e9b9ba89059950..23392ae7df8b319984fa0fd5d569e92422a72aab 100644
(file)
--- a/
drivers/scsi/NCR5380.c
+++ b/
drivers/scsi/NCR5380.c
@@
-91,7
+91,7
@@
#ifndef NDEBUG
#define NDEBUG 0
#endif
-#ifndef NDEBUG
+#ifndef NDEBUG
_ABORT
#define NDEBUG_ABORT 0
#endif