diff options
author | Atish Patra <atish.patra@wdc.com> | 2020-07-06 19:25:59 +0200 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2020-07-09 08:45:09 +0200 |
commit | 3230d95cea0515a6acf3f5ff360663de4c40fd07 (patch) | |
tree | 1e43a7eb5fc613be93712144bc81d7a8ac71243a /drivers/firmware/efi/efivars.c | |
parent | efi/libstub: Fix gcc error around __umoddi3 for 32 bit builds (diff) | |
download | linux-3230d95cea0515a6acf3f5ff360663de4c40fd07.tar.xz linux-3230d95cea0515a6acf3f5ff360663de4c40fd07.zip |
efi/libstub: Move the function prototypes to header file
The prototype of the functions handle_kernel_image & efi_enter_kernel
are defined in efi-stub.c which may result in a compiler warnings if
-Wmissing-prototypes is set in gcc compiler.
Move the prototype to efistub.h to make the compiler happy.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Link: https://lore.kernel.org/r/20200706172609.25965-2-atish.patra@wdc.com
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/efivars.c')
0 files changed, 0 insertions, 0 deletions