From: Mathias Krause Date: Sun, 7 Sep 2014 17:42:15 +0000 (+0200) Subject: x86/efi: Unexport add_efi_memmap variable X-Git-Tag: fixes-against-v3.18-rc2~16^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609206854767559ecbb1c308bbd6ef7af13d8c6e;p=pandora-kernel.git 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 Signed-off-by: Mathias Krause Signed-off-by: Matt Fleming --- Reading git-diff-tree failed