X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Ftrampoline.h;h=f4500fb3b485a684df4edb56a2f2ffe2c7798472;hp=cb507bb05d7923a32d9134e61a938fdba184a2c9;hb=b40827fa7268fda8a62490728a61c2856f33830b;hpb=795d580baec0d5386b83a8b557df47c20810e86b diff --git a/arch/x86/include/asm/trampoline.h b/arch/x86/include/asm/trampoline.h index cb507bb05d79..f4500fb3b485 100644 --- a/arch/x86/include/asm/trampoline.h +++ b/arch/x86/include/asm/trampoline.h @@ -20,7 +20,7 @@ extern unsigned long initial_gs; extern unsigned long setup_trampoline(void); extern void __init reserve_trampoline_memory(void); #else -static inline void reserve_trampoline_memory(void) {}; +static inline void reserve_trampoline_memory(void) {} #endif /* CONFIG_X86_TRAMPOLINE */ #endif /* __ASSEMBLY__ */