Skip to content

Commit

Permalink
[SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not defined
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gabriel C authored and James Bottomley committed Oct 12, 2007
1 parent 79ee830 commit 8d9e0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/g_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d9e0f4

Please sign in to comment.