git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a34ce
)
x86/efi: parse_efi_setup() build fix
author
Dave Young
<dyoung@redhat.com>
Fri, 3 Jan 2014 03:56:49 +0000
(11:56 +0800)
committer
Matt Fleming
<matt.fleming@intel.com>
Fri, 3 Jan 2014 14:38:18 +0000
(14:38 +0000)
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>
arch/x86/include/asm/efi.h
patch
|
blob
|
history
diff --cc
arch/x86/include/asm/efi.h
Simple merge