projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3e632
)
x86: efi.c declare add_efi_memmap before they get used
author
Jaswinder Singh Rajput
<jaswinder@infradead.org>
Mon, 29 Dec 2008 15:06:40 +0000
(20:36 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 29 Dec 2008 17:17:32 +0000
(18:17 +0100)
Impact: cleanup, avoid sparse warning
Fixes this sparse warning:
arch/x86/kernel/efi.c:67:5: warning: symbol 'add_efi_memmap' was not declared. Should it be static?
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/efi.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/efi.h
b/arch/x86/include/asm/efi.h
index a2e545c91c359682e4583f1e4bdabd76ed91e7ed..ca5ffb2856b6810ec399a48ec98cc36d020edd69 100644
(file)
--- a/
arch/x86/include/asm/efi.h
+++ b/
arch/x86/include/asm/efi.h
@@
-90,6
+90,7
@@
extern void __iomem *efi_ioremap(unsigned long addr, unsigned long size);
#endif /* CONFIG_X86_32 */
+extern int add_efi_memmap;
extern void efi_reserve_early(void);
extern void efi_call_phys_prelog(void);
extern void efi_call_phys_epilog(void);