mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
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>
This commit is contained in:
parent
f7030bbc44
commit
e3bda3ac33
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue