efi/x86: Remove unused variables
authorArvind Sankar <nivedita@alum.mit.edu>
Thu, 18 Jun 2020 19:10:59 +0000 (15:10 -0400)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 25 Jun 2020 16:06:10 +0000 (18:06 +0200)
commit0bda49f30ca48998102eb0a0b53970c3a3558be0
treebad4b1149d06eb44f0501af6f49be7a5c39d316c
parent2a55280a3675203496d302463b941834228b9875
efi/x86: Remove unused variables

Commit

  987053a30016 ("efi/x86: Move command-line initrd loading to efi_main")

made the ramdisk_addr/ramdisk_size variables in efi_pe_entry unused, but
neglected to delete them.

Delete these unused variables.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/x86-stub.c