diff options
| author | viro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk> | 2005-09-07 18:26:35 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 20:17:34 -0400 |
| commit | 147a67f0107effad2b454b786228c97e429f654e (patch) | |
| tree | 95f7a2adcb496b928673d0d7aa857b65cfa767fa | |
| parent | 4c86b114a45361aa3b321fd24c53023c300566fc (diff) | |
[PATCH] bogus #if (ncr53c406)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | drivers/scsi/NCR53c406a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53c406a.c b/drivers/scsi/NCR53c406a.c index 79ae73b23680..e1f2246ee7cd 100644 --- a/drivers/scsi/NCR53c406a.c +++ b/drivers/scsi/NCR53c406a.c | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | #define SYNC_MODE 0 /* Synchronous transfer mode */ | 63 | #define SYNC_MODE 0 /* Synchronous transfer mode */ |
| 64 | 64 | ||
| 65 | #if DEBUG | 65 | #ifdef DEBUG |
| 66 | #undef NCR53C406A_DEBUG | 66 | #undef NCR53C406A_DEBUG |
| 67 | #define NCR53C406A_DEBUG 1 | 67 | #define NCR53C406A_DEBUG 1 |
| 68 | #endif | 68 | #endif |
