From 518548abd61808ea1e31614ccbdae34d3c32dfa4 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Sat, 21 Dec 2013 16:09:46 +0000 Subject: [PATCH] x86/efi: Delete superfluous global variables There's no need to save the runtime map details in global variables, the values are only required to pass to efi_runtime_map_setup(). And because 'nr_efi_runtime_map' isn't needed, get_nr_runtime_map() can be deleted along with 'efi_data_len'. Cc: Dave Young Signed-off-by: Matt Fleming --- Reading git-format-patch failed