x86/efi: Unexport add_efi_memmap variable
authorMathias Krause <minipli@googlemail.com>
Sun, 7 Sep 2014 17:42:15 +0000 (19:42 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 3 Oct 2014 17:41:02 +0000 (18:41 +0100)
commit609206854767559ecbb1c308bbd6ef7af13d8c6e
tree10fce5016f0268c3058d33fecca6ee98c7427f84
parent24ffd84b606dafa93a5f8f6e6dbaa06fbde11632
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>
arch/x86/include/asm/efi.h
arch/x86/platform/efi/efi.c
This page took 0.026461 seconds and 5 git commands to generate.