Subject: [PATCH] Amiga Blizzard 1230: Scsi_Cmnd -> struct scsi_cmnd Amiga Blizzard 1230 SCSI: Replace Scsi_Cmnd by struct scsi_cmnd Signed-off-by: Geert Uytterhoeven --- drivers/scsi/blz1230.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-m68k-2.6.19.orig/drivers/scsi/blz1230.c +++ linux-m68k-2.6.19/drivers/scsi/blz1230.c @@ -77,7 +77,7 @@ struct blz1230II_dma_registers { #define BLZ1230_DMA_WRITE 0x80000000 static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count); -static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp); +static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd *sp); static void dma_dump_state(struct NCR_ESP *esp); static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length); static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length); @@ -210,7 +210,7 @@ static int dma_bytes_sent(struct NCR_ESP return fifo_count; } -static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp) +static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd *sp) { /* I don't think there's any limit on the Blizzard DMA. So we use what * the ESP chip can handle (24 bit).