On Mon, 15 Jan 2018 18:18:10 -0800 Deepa Dinamani deepa.kernel@gmail.com wrote:
diff --git a/arch/x86/include/asm/ftrace.h b/arch/x86/include/asm/ftrace.h index 09ad88572746..db25aa15b705 100644 --- a/arch/x86/include/asm/ftrace.h +++ b/arch/x86/include/asm/ftrace.h
Acked-by: Steven Rostedt (VMware) rostedt@goodmis.org
-- Steve
@@ -49,7 +49,7 @@ int ftrace_int3_handler(struct pt_regs *regs); #if !defined(__ASSEMBLY__) && !defined(COMPILE_OFFSETS) #if defined(CONFIG_FTRACE_SYSCALLS) && defined(CONFIG_IA32_EMULATION) -#include <asm/compat.h> +#include <linux/compat.h> /*
- Because ia32 syscalls do not map to x86_64 syscall numbers