diff options
author | Gabriel C <nix.or.die@googlemail.com> | 2007-08-10 17:50:39 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:40:22 -0400 |
commit | 8d9e0f46b4a37077e112bdec3c6228e31547e3c9 (patch) | |
tree | cad841cb770a3f27322a2dbabceae220b1248772 /drivers/scsi/g_NCR5380.c | |
parent | 79ee8304429b497263734e59747df12117de2ea2 (diff) |
[SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not defined
In file included from drivers/scsi/g_NCR5380_mmio.c:9:
drivers/scsi/g_NCR5380.c:559:5: warning: "NCR53C400_PSEUDO_DMA" is not defined
Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/g_NCR5380.c')
-rw-r--r-- | drivers/scsi/g_NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/g_NCR5380.c b/drivers/scsi/g_NCR5380.c index 880f70d24e65..607336f56d55 100644 --- a/drivers/scsi/g_NCR5380.c +++ b/drivers/scsi/g_NCR5380.c | |||
@@ -556,7 +556,7 @@ generic_NCR5380_biosparam(struct scsi_device *sdev, struct block_device *bdev, | |||
556 | } | 556 | } |
557 | #endif | 557 | #endif |
558 | 558 | ||
559 | #if NCR53C400_PSEUDO_DMA | 559 | #ifdef NCR53C400_PSEUDO_DMA |
560 | 560 | ||
561 | /** | 561 | /** |
562 | * NCR5380_pread - pseudo DMA read | 562 | * NCR5380_pread - pseudo DMA read |