diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-03-31 08:41:31 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-07 08:01:53 -0400 |
commit | 5ab8026a3016fbed5c73aa070d9f6989cf791099 (patch) | |
tree | 9bc9d9e23ef808a1e07efab41f75aa4812a9b562 /arch/x86/kernel/ftrace.c | |
parent | 8bcae09b93e7f96f700b6bb372c2b3f2b36636dc (diff) |
tracing, x86: remove duplicated #include
Remove duplicated #include in arch/x86/kernel/ftrace.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
LKML-Reference: <1238503291-2532-1-git-send-email-weiyi.huang@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/ftrace.c')
-rw-r--r-- | arch/x86/kernel/ftrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c index 61df77532120..70a10ca100f6 100644 --- a/arch/x86/kernel/ftrace.c +++ b/arch/x86/kernel/ftrace.c | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <asm/cacheflush.h> | 21 | #include <asm/cacheflush.h> |
22 | #include <asm/ftrace.h> | 22 | #include <asm/ftrace.h> |
23 | #include <linux/ftrace.h> | ||
24 | #include <asm/nops.h> | 23 | #include <asm/nops.h> |
25 | #include <asm/nmi.h> | 24 | #include <asm/nmi.h> |
26 | 25 | ||