Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936395AbZAPSAW (ORCPT ); Fri, 16 Jan 2009 13:00:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760160AbZAPSAG (ORCPT ); Fri, 16 Jan 2009 13:00:06 -0500 Received: from nxgate.netxen.com ([38.99.60.130]:9954 "EHLO nxexch.unminc.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755820AbZAPSAF (ORCPT ); Fri, 16 Jan 2009 13:00:05 -0500 X-Greylist: delayed 319 seconds by postgrey-1.27 at vger.kernel.org; Fri, 16 Jan 2009 13:00:05 EST Message-ID: <4970C9E0.6030702@netxen.com> Date: Fri, 16 Jan 2009 09:54:40 -0800 From: Dhananjay Phadke User-Agent: Thunderbird 2.0.0.18 (X11/20081112) MIME-Version: 1.0 To: Ingo Molnar CC: David Miller , "akpm@linux-foundation.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jeremy Fitzhardinge Subject: Re: [build bug] drivers/net/netxen/netxen_nic_main.c:1189: error: implicit declaration of function 'ipv6_hdr' References: <20090115.160159.262623707.davem@davemloft.net> <20090116103209.GA9122@elte.hu> In-Reply-To: <20090116103209.GA9122@elte.hu> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 31 I guess I need to explicitly include . I will follow up with a patch to fix this. -Dhananjay Ingo Molnar wrote: > * David Miller wrote: > >> netxen: fix endianness in firmware commands >> netxen: fix ipv6 offload and tx cleanup >> netxen: fix link speed reporting for some boards >> netxen: firmware init fix >> netxen: cleanup mac list on driver unload >> netxen: hold tx lock while sending firmware commands >> netxen: handle dma mapping failures > > One of these causes frequent build failures on x86, on today's -git: > > drivers/net/netxen/netxen_nic_main.c:1189: error: implicit declaration of function 'ipv6_hdr' > drivers/net/netxen/netxen_nic_main.c:1189: error: invalid type argument of '->' > > i suspect the key aspect is: > > # CONFIG_IPV6 is not set > > 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/