Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jim.cromie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jim Cromie and committed by
Greg Kroah-Hartman
04db6e5f 1ef9eaf2

-10
-10
lib/dynamic_debug.c
··· 14 14 15 15 #include <linux/kernel.h> 16 16 #include <linux/module.h> 17 - #include <linux/moduleparam.h> 18 - #include <linux/kallsyms.h> 19 - #include <linux/types.h> 20 17 #include <linux/mutex.h> 21 - #include <linux/proc_fs.h> 22 18 #include <linux/seq_file.h> 23 - #include <linux/list.h> 24 - #include <linux/sysctl.h> 25 19 #include <linux/ctype.h> 26 - #include <linux/string.h> 27 - #include <linux/uaccess.h> 28 20 #include <linux/dynamic_debug.h> 29 21 #include <linux/debugfs.h> 30 22 #include <linux/slab.h> 31 - #include <linux/jump_label.h> 32 23 #include <linux/hardirq.h> 33 24 #include <linux/sched.h> 34 - #include <linux/device.h> 35 25 #include <linux/netdevice.h> 36 26 37 27 extern struct _ddebug __start___verbose[];