linux/arch/x86/include
Dave Young 5c12af0c41 x86/efi: parse_efi_setup() build fix
In case without CONFIG_EFI, there will be below build error:

   arch/x86/built-in.o: In function `setup_arch':
  (.init.text+0x9dc): undefined reference to `parse_efi_setup'

Thus fix it by adding blank inline function in asm/efi.h
Also remove an unused declaration for variable efi_data_len.

Signed-off-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
2014-01-03 14:38:18 +00:00
..
asm x86/efi: parse_efi_setup() build fix 2014-01-03 14:38:18 +00:00
uapi/asm x86: Add xloadflags bit for EFI runtime support on kexec 2013-12-29 13:09:06 +00:00