From: Dave Young Date: Fri, 3 Jan 2014 03:56:49 +0000 (+0800) Subject: x86/efi: parse_efi_setup() build fix X-Git-Tag: v3.14-rc1~163^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c12af0c41e3417e1939095325920463b5f8e726;p=pandora-kernel.git 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 Signed-off-by: Matt Fleming --- Reading git-diff-tree failed