* [PATCH 14/16] SCSI: wd7000: remove Scsi_Cmnd
@ 2011-07-15 6:20 Davidlohr Bueso
0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2011-07-15 6:20 UTC (permalink / raw)
To: James Bottomley, linux-scsi, Miroslav Zagorac; +Cc: lkml
From: Davidlohr Bueso <dave@gnu.org>
Change this for struct scsi_cmnd.
Signed-off-by: Davidlohr Bueso <dave@gnu.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-15 6:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 6:20 [PATCH 14/16] SCSI: wd7000: remove Scsi_Cmnd Davidlohr Bueso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox