x86/efi: Remove unused variables in __map_region()
authorDave Young <dyoung@redhat.com>
Fri, 20 Dec 2013 10:02:13 +0000 (18:02 +0800)
committerMatt Fleming <matt.fleming@intel.com>
Sat, 21 Dec 2013 13:25:04 +0000 (13:25 +0000)
commit2da6e57cce14a1c3b0692d6f877b72e185110e2e
treec61b7a1c39b970963aa21f077a8bfb2c284045e9
parent61d066977583803d333f1e7266b8ba772162dda4
x86/efi: Remove unused variables in __map_region()

variables size and end is useless in this function, thus remove them.

Reported-by: Toshi Kani <toshi.kani@hp.com>
Tested-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/platform/efi/efi_64.c