Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764218AbZFMVHP (ORCPT ); Sat, 13 Jun 2009 17:07:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759659AbZFMVGh (ORCPT ); Sat, 13 Jun 2009 17:06:37 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:35544 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763656AbZFMVGf (ORCPT ); Sat, 13 Jun 2009 17:06:35 -0400 Date: Sat, 13 Jun 2009 22:31:00 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Randy Dunlap , linux-kernel@vger.kernel.org, Michael Chan , "David S. Miller" , James Bottomley Subject: Re: -git tree build failure =?utf-8?B?IzI6?= =?utf-8?Q?_drivers=2Fnet=2Fcnic=2Ec=3A2520=3A_error=3A_implicit_declarati?= =?utf-8?B?b24gb2YgZnVuY3Rpb24g4oCYX19zeW1ib2xfZ2V04oCZ?= Message-ID: <20090613203100.GA14294@elte.hu> References: <20090612184343.GA11900@elte.hu> <4A32A1E4.8080708@oracle.com> <20090613062933.GA14034@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 33 * Linus Torvalds wrote: > > --- a/drivers/net/cnic.c > > +++ b/drivers/net/cnic.c > > @@ -25,6 +25,8 @@ > > #include > > #include > > #include > > +#include > > + > > That makes no sense. > > Look at the first #include in the file - it already includes > . > > Why do we need to do it twice? Hm, indeed ... weird - i pasted that error message from a direct reproducer and when i added module.h the build failure disappeared. James - please discard the second patch for now, there's something fishy here. I tried to reproduce this second problem with the configs i saved/sent and failed. I'll now started tests with just Randy's fix. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/