From: Sebastian Siewior Date: Wed, 16 Jul 2008 21:31:17 +0000 (+0200) Subject: ftrace: copy + paste typo in asm/ftrace.h X-Git-Tag: v2.6.27-rc1~863^2~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2b7207a6b53bd07be53b4753a3ea5ecb8d180048;p=linux-block.git ftrace: copy + paste typo in asm/ftrace.h Signed-off-by: Sebastian Siewior Cc: Steven Rostedt Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/ftrace.h b/include/asm-x86/ftrace.h index c184441133f2..5c68b32ee1c8 100644 --- a/include/asm-x86/ftrace.h +++ b/include/asm-x86/ftrace.h @@ -1,5 +1,5 @@ #ifndef _ASM_X86_FTRACE -#define _ASM_SPARC64_FTRACE +#define _ASM_X86_FTRACE #ifdef CONFIG_FTRACE #define MCOUNT_ADDR ((long)(mcount))