Skip to content
Commit db14655a authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: libstub: Give efi_main() asmlinkage qualification



To stop the bots from sending sparse warnings to me and the list about
efi_main() not having a prototype, decorate it with asmlinkage so that
it is clear that it is called from assembly, and therefore needs to
remain external, even if it is never declared in a header file.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 8a254d90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment