ソースを参照

kdb,ftdump: Remove reference to internal kdb include

Now that include/linux/kdb.h properly exports all the functions
required to dynamically add a kdb shell command, the reference to the
private kdb header can be removed.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Jason Wessel 15 年 前
コミット
e3bda3ac33
1 ファイル変更0 行追加1 行削除
  1. 0 1
      kernel/trace/trace_kdb.c

+ 0 - 1
kernel/trace/trace_kdb.c

@@ -13,7 +13,6 @@
 #include <linux/kdb.h>
 #include <linux/ftrace.h>
 
-#include "../debug/kdb/kdb_private.h"
 #include "trace.h"
 #include "trace_output.h"