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 Date: Wed, 07 Apr 2010 23:25:00 -0700 (PDT) Message-ID: <20100407.232500.184442638.davem@davemloft.net> References: <20100408153505.eb205158.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]:36159 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838Ab0DHGY5 (ORCPT ); Thu, 8 Apr 2010 02:24:57 -0400 In-Reply-To: <20100408153505.eb205158.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, john.linn@xilinx.com, jtyner@cs.ucr.edu From: Stephen Rothwell Date: Thu, 8 Apr 2010 15:35:05 +1000 > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/net/ll_temac_main.c: In function 'll_temac_recv': > drivers/net/ll_temac_main.c:695: error: implicit declaration of function 'virt_to_bus' > > Caused by commit 459569145516f7967b916c57445feb02c600668c ("Add > non-Virtex5 support for LL TEMAC driver") from the net tree. > > I have reverted that commit for today. And I'm reverting it too, it's illegal to use virt_to_bus() in new code in this day and age. John, you'll need to use the DMA mapping APIs in this change when you resubmit it. Thanks.