OSDN Git Service

efi: Pull up arch-specific prototype efi_systab_show_arch()
authorBenjamin Thiel <b.thiel@posteo.de>
Sat, 16 May 2020 13:26:47 +0000 (15:26 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Sun, 17 May 2020 09:46:50 +0000 (11:46 +0200)
commite8da08a088236aff4b51d4ec97c750051f9fe417
treeb18bdc9f45df673d58fceddc8f59c5e0b0ec9f87
parente78d334a5470ead861590ec83158f3b17bd6c807
efi: Pull up arch-specific prototype efi_systab_show_arch()

Pull up arch-specific prototype efi_systab_show_arch() in order to
fix a -Wmissing-prototypes warning:

arch/x86/platform/efi/efi.c:957:7: warning: no previous prototype for
‘efi_systab_show_arch’ [-Wmissing-prototypes]
char *efi_systab_show_arch(char *str)

Signed-off-by: Benjamin Thiel <b.thiel@posteo.de>
Link: https://lore.kernel.org/r/20200516132647.14568-1-b.thiel@posteo.de
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/efi.c
include/linux/efi.h