aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r--lib/dynamic_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 863c83430964..75ca78f3a8c9 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -29,6 +29,7 @@
29#include <linux/slab.h> 29#include <linux/slab.h>
30#include <linux/jump_label.h> 30#include <linux/jump_label.h>
31#include <linux/hardirq.h> 31#include <linux/hardirq.h>
32#include <linux/sched.h>
32 33
33extern struct _ddebug __start___verbose[]; 34extern struct _ddebug __start___verbose[];
34extern struct _ddebug __stop___verbose[]; 35extern struct _ddebug __stop___verbose[];