]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0b358a9bbe609cc0267f76aab72e3a780bc6dd1
treec61b7a1c39b970963aa21f077a8bfb2c284045e9
parenta11246e2d1ff93a7ee838f4f8514d5746f5f3b6f
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