diff options
Diffstat (limited to 'drivers/block/paride/pd.c')
-rw-r--r-- | drivers/block/paride/pd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/paride/pd.c b/drivers/block/paride/pd.c index 38578b9dbfd1..40a11e567970 100644 --- a/drivers/block/paride/pd.c +++ b/drivers/block/paride/pd.c | |||
@@ -713,7 +713,7 @@ static void do_pd_request(request_queue_t * q) | |||
713 | static int pd_special_command(struct pd_unit *disk, | 713 | static int pd_special_command(struct pd_unit *disk, |
714 | enum action (*func)(struct pd_unit *disk)) | 714 | enum action (*func)(struct pd_unit *disk)) |
715 | { | 715 | { |
716 | DECLARE_COMPLETION(wait); | 716 | DECLARE_COMPLETION_ONSTACK(wait); |
717 | struct request rq; | 717 | struct request rq; |
718 | int err = 0; | 718 | int err = 0; |
719 | 719 | ||