efi/libstub: Move pr_efi/pr_efi_err into efi namespace
authorArvind Sankar <nivedita@alum.mit.edu>
Thu, 30 Apr 2020 18:28:35 +0000 (14:28 -0400)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 1 May 2020 07:40:02 +0000 (09:40 +0200)
commit793473c28a4b17ade3c2bb69782fb0b55acb6e0b
tree494520b2dbe787ee5f6037f46c12f300380bbe8d
parenteed4e0193ee7b00213791f7732bce0fc0c54f3b3
efi/libstub: Move pr_efi/pr_efi_err into efi namespace

Rename pr_efi to efi_info and pr_efi_err to efi_err to make it more
obvious that they are part of the EFI stub and not generic printk infra.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Link: https://lore.kernel.org/r/20200430182843.2510180-4-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/arm32-stub.c
drivers/firmware/efi/libstub/arm64-stub.c
drivers/firmware/efi/libstub/efi-stub.c
drivers/firmware/efi/libstub/efistub.h
drivers/firmware/efi/libstub/fdt.c
drivers/firmware/efi/libstub/file.c
drivers/firmware/efi/libstub/pci.c
drivers/firmware/efi/libstub/relocate.c
drivers/firmware/efi/libstub/secureboot.c