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~955^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2b7207a6b53bd07be53b4753a3ea5ecb8d180048;p=linux-2.6-omap-h63xx.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 c184441133f..5c68b32ee1c 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))