]> Git Repo - linux.git/commitdiff
[SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not defined
authorGabriel C <[email protected]>
Fri, 10 Aug 2007 21:50:39 +0000 (14:50 -0700)
committerJames Bottomley <[email protected]>
Fri, 12 Oct 2007 18:40:22 +0000 (14:40 -0400)
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/g_NCR5380.c

index 880f70d24e6511e9fe92d5db66abe27b8aab4487..607336f56d550b8a6d487d3c1a723877c7641b32 100644 (file)
@@ -556,7 +556,7 @@ generic_NCR5380_biosparam(struct scsi_device *sdev, struct block_device *bdev,
 }
 #endif
 
-#if NCR53C400_PSEUDO_DMA
+#ifdef NCR53C400_PSEUDO_DMA
 
 /**
  *     NCR5380_pread           -       pseudo DMA read
This page took 0.054038 seconds and 4 git commands to generate.