From: Jim Cromie <jim.cromie@gmail.com>
To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Cc: jbaron@redhat.com, Jim Cromie <jim.cromie@gmail.com>
Subject: [PATCH 3/3] dynamic_debug: remove unneeded includes
Date: Thu, 3 May 2012 11:57:39 -0600 [thread overview]
Message-ID: <1336067860-19953-3-git-send-email-jim.cromie@gmail.com> (raw)
In-Reply-To: <1336067860-19953-1-git-send-email-jim.cromie@gmail.com>
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>
---
lib/dynamic_debug.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 7ca29a0..fc5d270 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -14,24 +14,14 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/kallsyms.h>
-#include <linux/types.h>
#include <linux/mutex.h>
-#include <linux/proc_fs.h>
#include <linux/seq_file.h>
-#include <linux/list.h>
-#include <linux/sysctl.h>
#include <linux/ctype.h>
-#include <linux/string.h>
-#include <linux/uaccess.h>
#include <linux/dynamic_debug.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
-#include <linux/jump_label.h>
#include <linux/hardirq.h>
#include <linux/sched.h>
-#include <linux/device.h>
#include <linux/netdevice.h>
extern struct _ddebug __start___verbose[];
--
1.7.8.1
next prev parent reply other threads:[~2012-05-03 17:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-03 17:57 [PATCH 1/3] params.c: fix Smack complaint about parse_args Jim Cromie
2012-05-03 17:57 ` [PATCH 2/3] params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) Jim Cromie
2012-05-03 18:50 ` Joe Perches
2012-05-03 17:57 ` Jim Cromie [this message]
2012-05-05 4:36 ` [PATCH 3/3] dynamic_debug: remove unneeded includes Stephen Rothwell
2012-05-05 5:52 ` Jim Cromie
2012-05-05 6:08 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336067860-19953-3-git-send-email-jim.cromie@gmail.com \
--to=jim.cromie@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jbaron@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox