scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
[linux-2.6-microblaze.git] / drivers / scsi / atari_scsi.c
index 95d7a35..e9d0d99 100644 (file)
@@ -711,7 +711,7 @@ static struct scsi_host_template atari_scsi_template = {
        .this_id                = 7,
        .cmd_per_lun            = 2,
        .dma_boundary           = PAGE_SIZE - 1,
-       .cmd_size               = NCR5380_CMD_SIZE,
+       .cmd_size               = sizeof(struct NCR5380_cmd),
 };
 
 static int __init atari_scsi_probe(struct platform_device *pdev)