projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47dda7
)
dynamic_debug: add #include <linux/sched.h>
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Feb 2011 23:59:58 +0000
(15:59 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Feb 2011 23:59:58 +0000
(15:59 -0800)
This fixes a build breakage caused by
8ba6ebf583f12da32036fc0f003ab4043e54692e
"Dynamic debug: Add more flags"
Cc: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/dynamic_debug.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/dynamic_debug.c
b/lib/dynamic_debug.c
index 863c834309646112dc385046ee3e494f42e63854..75ca78f3a8c9bc39cb60bcad14535b7978f52e00 100644
(file)
--- a/
lib/dynamic_debug.c
+++ b/
lib/dynamic_debug.c
@@
-29,6
+29,7
@@
#include <linux/slab.h>
#include <linux/jump_label.h>
#include <linux/hardirq.h>
+#include <linux/sched.h>
extern struct _ddebug __start___verbose[];
extern struct _ddebug __stop___verbose[];