From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: linux-next: build failure after merge of the final tree (net tree related) Date: Sun, 22 Aug 2010 20:31:40 -0700 (PDT) Message-ID: <20100822.203140.15257163.davem@davemloft.net> References: <20100823132734.ffc076ae.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37087 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752899Ab0HWDbX (ORCPT ); Sun, 22 Aug 2010 23:31:23 -0400 In-Reply-To: <20100823132734.ffc076ae.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: sfr@canb.auug.org.au Cc: netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, baronchon@n7mm.org From: Stephen Rothwell Date: Mon, 23 Aug 2010 13:27:34 +1000 > Subject: [PATCH] net/sched: need to include net/ip6_checksum.h > > for the declararion of csum_ipv6_magic. > > Fixes this build error on PowerPC (at least): > > net/sched/act_csum.c: In function 'tcf_csum_ipv6_icmp': > net/sched/act_csum.c:178: error: implicit declaration of function 'csum_ipv6_magic' > > Signed-off-by: Stephen Rothwell Oh, if I only had a dollar for every time we've had to fix up something like this :-) Applied, thanks!