scsi: ncr5380: Use correct types for DMA routines
[linux-2.6-block.git] / drivers / scsi / dmx3191d.c
index ab7b097a465f0fa0c93b3c4e4044e3ec407fa01f..3aa4657478e84d4f221db0005cc5268e9dad8eca 100644 (file)
 #define NCR5380_read(reg)              inb(hostdata->base + (reg))
 #define NCR5380_write(reg, value)      outb(value, hostdata->base + (reg))
 
-#define NCR5380_dma_xfer_len(instance, cmd, phase)     (0)
-#define NCR5380_dma_recv_setup(instance, dst, len)     (0)
-#define NCR5380_dma_send_setup(instance, src, len)     (0)
-#define NCR5380_dma_residual(instance)                 (0)
+#define NCR5380_dma_xfer_len           NCR5380_dma_xfer_none
+#define NCR5380_dma_recv_setup         NCR5380_dma_setup_none
+#define NCR5380_dma_send_setup         NCR5380_dma_setup_none
+#define NCR5380_dma_residual           NCR5380_dma_residual_none
 
 #define NCR5380_implementation_fields  /* none */