From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: pebolle@tiscali.nl, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/4] lib: Remove redundant module.h includes
Date: Fri, 10 Apr 2015 13:27:30 -0500 [thread overview]
Message-ID: <1428690450.19714.39.camel@picadillo> (raw)
In-Reply-To: <20150410122817.180df4c5@gandalf.local.home>
On Fri, 2015-04-10 at 12:28 -0400, Steven Rostedt wrote:
> On Fri, 10 Apr 2015 11:05:03 -0500
> Tom Zanussi <tom.zanussi@linux.intel.com> wrote:
>
> > kallsyms.h now includes module.h, so remove module.h includes that
> > were apparently there only to satisfy kallsyms use of MODULE_NAME_LEN.
> >
> > Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
> > ---
> > lib/vsprintf.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/vsprintf.c b/lib/vsprintf.c
> > index b235c96..a573500 100644
> > --- a/lib/vsprintf.c
> > +++ b/lib/vsprintf.c
> > @@ -17,7 +17,7 @@
> > */
> >
> > #include <stdarg.h>
> > -#include <linux/module.h> /* for KSYM_SYMBOL_LEN */
> > +#include <linux/module.h> /* for KSYM_SYMBOL_LEN */
>
> Hmm.
Hmm, yeah, I originally had everything in the same patch then moved
things around - obviously something went wrong ;-) Will fix in the
updated set.
Tom
>
> -- Steve
>
> > #include <linux/types.h>
> > #include <linux/string.h>
> > #include <linux/ctype.h>
>
prev parent reply other threads:[~2015-04-10 18:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 16:04 [PATCH 0/4] kallsyms header cleanup Tom Zanussi
2015-04-10 16:05 ` [PATCH 1/4] tracing: Remove kallsyms.h include from linux/ftrace.h Tom Zanussi
2015-04-10 16:05 ` [PATCH 2/4] kallsyms: Add module.h include Tom Zanussi
2015-04-10 16:05 ` [PATCH 3/4] tracing: Remove redundant module.h includes Tom Zanussi
2015-04-10 16:27 ` Steven Rostedt
2015-04-10 18:25 ` Tom Zanussi
2015-04-10 18:54 ` Steven Rostedt
2015-04-10 16:05 ` [PATCH 4/4] lib: " Tom Zanussi
2015-04-10 16:28 ` Steven Rostedt
2015-04-10 18:27 ` Tom Zanussi [this message]
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=1428690450.19714.39.camel@picadillo \
--to=tom.zanussi@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pebolle@tiscali.nl \
--cc=rostedt@goodmis.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
Powered by JetHome