Skip to content

Commit

Permalink
dynamic_debug: add #include <linux/sched.h>
Browse files Browse the repository at this point in the history
This fixes a build breakage caused by
8ba6ebf "Dynamic debug: Add more flags"

Cc: Bart Van Assche <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Feb 3, 2011
1 parent c47dda7 commit e8d9792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit e8d9792

Please sign in to comment.