Change Scsi_Cmnd for struct scsi_cmnd. Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- drivers/scsi/wd7000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c index 093610b..764fe89 100644 --- a/drivers/scsi/wd7000.c +++ b/drivers/scsi/wd7000.c @@ -1567,7 +1567,7 @@ static int wd7000_release(struct Scsi_Host *shost) /* * I have absolutely NO idea how to do an abort with the WD7000... */ -static int wd7000_abort(Scsi_Cmnd * SCpnt) +static int wd7000_abort(struct scsi_cmnd * SCpnt) { Adapter *host = (Adapter *) SCpnt->device->host->hostdata; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html