aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/53c700.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/53c700.c')
-rw-r--r--drivers/scsi/53c700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c
index 657a3ab75399..15ce40a7053a 100644
--- a/drivers/scsi/53c700.c
+++ b/drivers/scsi/53c700.c
@@ -1939,7 +1939,7 @@ NCR_700_abort(struct scsi_cmnd * SCp)
1939STATIC int 1939STATIC int
1940NCR_700_bus_reset(struct scsi_cmnd * SCp) 1940NCR_700_bus_reset(struct scsi_cmnd * SCp)
1941{ 1941{
1942 DECLARE_COMPLETION(complete); 1942 DECLARE_COMPLETION_ONSTACK(complete);
1943 struct NCR_700_Host_Parameters *hostdata = 1943 struct NCR_700_Host_Parameters *hostdata =
1944 (struct NCR_700_Host_Parameters *)SCp->device->host->hostdata[0]; 1944 (struct NCR_700_Host_Parameters *)SCp->device->host->hostdata[0];
1945 1945