Skip to content

Commit 04db6e5

Browse files
jimcgregkh
authored andcommitted
dynamic_debug: remove unneeded includes
These arent currently needed, so drop them. Some will probably get re-added when static-branches are added, but include loops prevent that at present. Signed-off-by: Jim Cromie <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1ef9eaf commit 04db6e5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/dynamic_debug.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,14 @@
1414

1515
#include <linux/kernel.h>
1616
#include <linux/module.h>
17-
#include <linux/moduleparam.h>
18-
#include <linux/kallsyms.h>
19-
#include <linux/types.h>
2017
#include <linux/mutex.h>
21-
#include <linux/proc_fs.h>
2218
#include <linux/seq_file.h>
23-
#include <linux/list.h>
24-
#include <linux/sysctl.h>
2519
#include <linux/ctype.h>
26-
#include <linux/string.h>
27-
#include <linux/uaccess.h>
2820
#include <linux/dynamic_debug.h>
2921
#include <linux/debugfs.h>
3022
#include <linux/slab.h>
31-
#include <linux/jump_label.h>
3223
#include <linux/hardirq.h>
3324
#include <linux/sched.h>
34-
#include <linux/device.h>
3525
#include <linux/netdevice.h>
3626

3727
extern struct _ddebug __start___verbose[];

0 commit comments

Comments
 (0)