|
@@ -67,7 +67,7 @@ struct efi_runtime_work efi_rts_work;
|
|
} \
|
|
} \
|
|
\
|
|
\
|
|
init_completion(&efi_rts_work.efi_rts_comp); \
|
|
init_completion(&efi_rts_work.efi_rts_comp); \
|
|
- INIT_WORK_ONSTACK(&efi_rts_work.work, efi_call_rts); \
|
|
|
|
|
|
+ INIT_WORK(&efi_rts_work.work, efi_call_rts); \
|
|
efi_rts_work.arg1 = _arg1; \
|
|
efi_rts_work.arg1 = _arg1; \
|
|
efi_rts_work.arg2 = _arg2; \
|
|
efi_rts_work.arg2 = _arg2; \
|
|
efi_rts_work.arg3 = _arg3; \
|
|
efi_rts_work.arg3 = _arg3; \
|