Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3bda3ac authored by Jason Wessel's avatar Jason Wessel
Browse files

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: default avatarJason Wessel <jason.wessel@windriver.com>
parent f7030bbc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"