diff options
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r-- | drivers/ide/ide-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index 2ebc3760f261..e2f4bb549063 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -2764,7 +2764,7 @@ static void idetape_add_stage_tail (ide_drive_t *drive,idetape_stage_t *stage) | |||
2764 | */ | 2764 | */ |
2765 | static void idetape_wait_for_request (ide_drive_t *drive, struct request *rq) | 2765 | static void idetape_wait_for_request (ide_drive_t *drive, struct request *rq) |
2766 | { | 2766 | { |
2767 | DECLARE_COMPLETION(wait); | 2767 | DECLARE_COMPLETION_ONSTACK(wait); |
2768 | idetape_tape_t *tape = drive->driver_data; | 2768 | idetape_tape_t *tape = drive->driver_data; |
2769 | 2769 | ||
2770 | #if IDETAPE_DEBUG_BUGS | 2770 | #if IDETAPE_DEBUG_BUGS |