commit | 609206854767559ecbb1c308bbd6ef7af13d8c6e | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Sun Sep 07 19:42:15 2014 +0200 |
committer | Matt Fleming <matt.fleming@intel.com> | Fri Oct 03 18:41:02 2014 +0100 |
tree | 10fce5016f0268c3058d33fecca6ee98c7427f84 | |
parent | 24ffd84b606dafa93a5f8f6e6dbaa06fbde11632 [diff] |
x86/efi: Unexport add_efi_memmap variable This variable was accidentally exported, even though it's only used in this compilation unit and only during initialization. Remove the bogus export, make the variable static instead and mark it as __initdata. Fixes: 200001eb140e ("x86 boot: only pick up additional EFI memmap...") Cc: Paul Jackson <pj@sgi.com> Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>