diff options
Diffstat (limited to 'drivers/firmware/efi/runtime-wrappers.c')
-rw-r--r-- | drivers/firmware/efi/runtime-wrappers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/runtime-wrappers.c b/drivers/firmware/efi/runtime-wrappers.c index a19d845bdb06..8903b9ccfc2b 100644 --- a/drivers/firmware/efi/runtime-wrappers.c +++ b/drivers/firmware/efi/runtime-wrappers.c | |||
@@ -67,7 +67,7 @@ struct efi_runtime_work efi_rts_work; | |||
67 | } \ | 67 | } \ |
68 | \ | 68 | \ |
69 | init_completion(&efi_rts_work.efi_rts_comp); \ | 69 | init_completion(&efi_rts_work.efi_rts_comp); \ |
70 | INIT_WORK_ONSTACK(&efi_rts_work.work, efi_call_rts); \ | 70 | INIT_WORK(&efi_rts_work.work, efi_call_rts); \ |
71 | efi_rts_work.arg1 = _arg1; \ | 71 | efi_rts_work.arg1 = _arg1; \ |
72 | efi_rts_work.arg2 = _arg2; \ | 72 | efi_rts_work.arg2 = _arg2; \ |
73 | efi_rts_work.arg3 = _arg3; \ | 73 | efi_rts_work.arg3 = _arg3; \ |