lkml.org 
[lkml]   [2009]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 18/44] includecheck fix: x86, dumpstack.c
FromJaswinder Singh Rajput <>
DateWed, 08 Jul 2009 20:27:05 +0530

fix the following 'make includecheck' warning:

arch/x86/kernel/dumpstack.c: linux/ftrace.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
arch/x86/kernel/dumpstack.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c
index c840571..2d8a371 100644
--- a/arch/x86/kernel/dumpstack.c
+++ b/arch/x86/kernel/dumpstack.c
@@ -15,7 +15,6 @@
#include <linux/bug.h>
#include <linux/nmi.h>
#include <linux/sysfs.h>
-#include <linux/ftrace.h>

#include <asm/stacktrace.h>

--
1.6.0.6




\
 
 \ /
  Last update: 2009-07-08 18:05    [from the cache]
©2003-2010