commit | 518548abd61808ea1e31614ccbdae34d3c32dfa4 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Sat Dec 21 16:09:46 2013 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Sun Dec 29 13:09:08 2013 +0000 |
tree | 194de8fb84969924942299ed5ea5cfe20256f05e | |
parent | 77ea8c948953a90401e436e7c05973b2d5529804 [diff] |
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 <dyoung@redhat.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>