Home
last modified time | relevance | path

Searched hist:"5 c12af0c41e3417e1939095325920463b5f8e726" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Defi.hdiff 5c12af0c41e3417e1939095325920463b5f8e726 Thu Jan 02 21:56:49 CST 2014 Dave Young <dyoung@redhat.com> 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>