From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751413Ab1GaEp6 (ORCPT ); Sun, 31 Jul 2011 00:45:58 -0400 Received: from mail.windriver.com ([147.11.1.11]:42619 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762Ab1GaEpw (ORCPT ); Sun, 31 Jul 2011 00:45:52 -0400 Date: Sun, 31 Jul 2011 00:45:41 -0400 From: Paul Gortmaker To: Stephen Rothwell CC: , , Xiao Guangrong Subject: Re: linux-next: build failure after merge of the moduleh tree Message-ID: <20110731044541.GA31842@windriver.com> References: <20110729151035.f8b69d6fa6aadffb7999abfa@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20110729151035.f8b69d6fa6aadffb7999abfa@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:10) Stephen Rothwell wrote: [...] > I have added this commit for today: > > From: Stephen Rothwell > Date: Fri, 29 Jul 2011 15:03:54 +1000 > Subject: [PATCH] Partial revert of commit d03b684f1773 I've just fixed the original rather than introduce a revert, since I'm moving ahead to the latest in order to at least catch some of these new drivers that showed up in linux-next. Thanks, Paul. > > "kernel: Map most files to use export.h instead of module.h" > > This file need module.h > > Signed-off-by: Stephen Rothwell > --- > kernel/jump_label.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/jump_label.c b/kernel/jump_label.c > index d636f85..a8ce450 100644 > --- a/kernel/jump_label.c > +++ b/kernel/jump_label.c > @@ -7,7 +7,7 @@ > */ > #include > #include > -#include > +#include > #include > #include > #include > -- > 1.7.5.4 > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: linux-next: build failure after merge of the moduleh tree Date: Sun, 31 Jul 2011 00:45:41 -0400 Message-ID: <20110731044541.GA31842@windriver.com> References: <20110729151035.f8b69d6fa6aadffb7999abfa@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20110729151035.f8b69d6fa6aadffb7999abfa@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Xiao Guangrong List-Id: linux-next.vger.kernel.org [linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:10) Stephen Rothwell wrote: [...] > I have added this commit for today: > > From: Stephen Rothwell > Date: Fri, 29 Jul 2011 15:03:54 +1000 > Subject: [PATCH] Partial revert of commit d03b684f1773 I've just fixed the original rather than introduce a revert, since I'm moving ahead to the latest in order to at least catch some of these new drivers that showed up in linux-next. Thanks, Paul. > > "kernel: Map most files to use export.h instead of module.h" > > This file need module.h > > Signed-off-by: Stephen Rothwell > --- > kernel/jump_label.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/jump_label.c b/kernel/jump_label.c > index d636f85..a8ce450 100644 > --- a/kernel/jump_label.c > +++ b/kernel/jump_label.c > @@ -7,7 +7,7 @@ > */ > #include > #include > -#include > +#include > #include > #include > #include > -- > 1.7.5.4 > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/