]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-tape.c
[PATCH] The scheduled removal of some OSS drivers
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-tape.c
index 2ebc3760f261dc7ed15f819f0c50492cb87bdca4..e2f4bb5490638de5c1326dc863c322417c99002b 100644 (file)
@@ -2764,7 +2764,7 @@ static void idetape_add_stage_tail (ide_drive_t *drive,idetape_stage_t *stage)
  */
 static void idetape_wait_for_request (ide_drive_t *drive, struct request *rq)
 {
-       DECLARE_COMPLETION(wait);
+       DECLARE_COMPLETION_ONSTACK(wait);
        idetape_tape_t *tape = drive->driver_data;
 
 #if IDETAPE_DEBUG_BUGS