From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756515AbbDJS1d (ORCPT ); Fri, 10 Apr 2015 14:27:33 -0400 Received: from mga02.intel.com ([134.134.136.20]:2726 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756497AbbDJS1b (ORCPT ); Fri, 10 Apr 2015 14:27:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,558,1422950400"; d="scan'208";a="707004039" Message-ID: <1428690450.19714.39.camel@picadillo> Subject: Re: [PATCH 4/4] lib: Remove redundant module.h includes From: Tom Zanussi To: Steven Rostedt Cc: pebolle@tiscali.nl, linux-kernel@vger.kernel.org Date: Fri, 10 Apr 2015 13:27:30 -0500 In-Reply-To: <20150410122817.180df4c5@gandalf.local.home> References: <1f7737141ccfb6639bbf220eda976b2419ceb604.1428678555.git.tom.zanussi@linux.intel.com> <20150410122817.180df4c5@gandalf.local.home> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-04-10 at 12:28 -0400, Steven Rostedt wrote: > On Fri, 10 Apr 2015 11:05:03 -0500 > Tom Zanussi 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 > > --- > > 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 > > -#include /* for KSYM_SYMBOL_LEN */ > > +#include /* 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 > > #include > > #include >