[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081231063255.E8C8.WEIYI.HUANG@gmail.com>
Date: Wed, 31 Dec 2008 06:38:06 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: mingo@...e.hu, torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: tracing: removed duplicated #include
Removed duplicated #include in kernel/trace/trace.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index f4bb380..94a592a 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -30,7 +30,6 @@
#include <linux/gfp.h>
#include <linux/fs.h>
#include <linux/kprobes.h>
-#include <linux/seq_file.h>
#include <linux/writeback.h>
#include <linux/stacktrace.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists