[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1310710835.3184.65.camel@offbook>
Date: Fri, 15 Jul 2011 02:20:35 -0400
From: Davidlohr Bueso <dave.bueso@...il.com>
To: James Bottomley <James.Bottomley@...senpartnership.com>,
linux-scsi <linux-scsi@...r.kernel.org>,
Miroslav Zagorac <zaga@....cc.fer.hr>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH 14/16] SCSI: wd7000: remove Scsi_Cmnd
From: Davidlohr Bueso <dave@....org>
Change this for struct scsi_cmnd.
Signed-off-by: Davidlohr Bueso <dave@....org>
---
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 9ee0afe..6127672 100644
--- a/drivers/scsi/wd7000.c
+++ b/drivers/scsi/wd7000.c
@@ -1568,7 +1568,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;
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists