ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h
authorSteven Rostedt <srostedt@redhat.com>
Fri, 4 May 2012 13:26:16 +0000 (09:26 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 4 May 2012 13:28:29 +0000 (09:28 -0400)
If CONFIG_KPROBES is not set, then linux/kprobes.h will not include
asm/kprobes.h needed by x86/ftrace.c for the BREAKPOINT macro.

The x86/ftrace.c file should just include asm/kprobes.h as it does not
need the rest of kprobes.

Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found