diff options
author | Atish Patra <atish.patra@wdc.com> | 2020-07-06 10:25:59 -0700 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2020-07-09 09:45:09 +0300 |
commit | 3230d95cea0515a6acf3f5ff360663de4c40fd07 (patch) | |
tree | 1e43a7eb5fc613be93712144bc81d7a8ac71243a /fs/efivarfs | |
parent | 950accbabd4cfa83519fa920f99428bcc131c3c9 (diff) |
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 'fs/efivarfs')
0 files changed, 0 insertions, 0 deletions