From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 32210DDF6B for ; Wed, 25 Mar 2009 06:07:15 +1100 (EST) Date: Tue, 24 Mar 2009 12:07:02 -0700 (PDT) Message-Id: <20090324.120702.232678762.davem@davemloft.net> To: avorontsov@ru.mvista.com Subject: Re: [PATCH] ucc_geth: Fix build breakage caused by a merge From: David Miller In-Reply-To: <20090324153734.GA8276@oksana.dev.rtsoft.ru> References: <382F4B5D-93C4-41BB-A00A-8A6C240CD170@kernel.crashing.org> <20090324153734.GA8276@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, afleming@freescale.com, Joakim.Tjernlund@transmode.se, netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Anton Vorontsov Date: Tue, 24 Mar 2009 18:37:34 +0300 > This patch fixes following build error: > > CC ucc_geth.o > ucc_geth.c: In function 'ucc_geth_probe': > ucc_geth.c:3644: error: implicit declaration of function 'uec_mdio_bus_name' > make[2]: *** [ucc_geth.o] Error 1 > > Signed-off-by: Anton Vorontsov Applied, thanks Anton.