From: Matt Fleming Date: Sat, 21 Dec 2013 16:09:46 +0000 (+0000) Subject: x86/efi: Delete superfluous global variables X-Git-Tag: v3.14-rc1~163^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518548abd61808ea1e31614ccbdae34d3c32dfa4;p=pandora-kernel.git 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-diff-tree failed