From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755650Ab2FTIIp (ORCPT ); Wed, 20 Jun 2012 04:08:45 -0400 Received: from service87.mimecast.com ([91.220.42.44]:36442 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755468Ab2FTIIk convert rfc822-to-8bit (ORCPT ); Wed, 20 Jun 2012 04:08:40 -0400 Message-ID: <4FE18502.6040409@arm.com> Date: Wed, 20 Jun 2012 09:08:34 +0100 From: viresh kumar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Bhupesh SHARMA , Stephen Rothwell , David Miller CC: "netdev@vger.kernel.org" , "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Federico Vaga , Giancarlo ASNAGHI , Wolfgang Grandegger , Marc Kleine-Budde , spear-devel Subject: Re: linux-next: build failure after merge of the net-next tree References: <20120620133348.a9ff31a72ffd11818f574fe3@canb.auug.org.au> In-Reply-To: X-MC-Unique: 112062009083706801 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/06/12 05:27, Bhupesh SHARMA wrote: >> -----Original Message----- >> From: Stephen Rothwell [mailto:sfr@canb.auug.org.au] >> Sent: Wednesday, June 20, 2012 9:04 AM >> To: David Miller; netdev@vger.kernel.org >> Cc: linux-next@vger.kernel.org; linux-kernel@vger.kernel.org; Federico >> Vaga; Giancarlo ASNAGHI; Wolfgang Grandegger; Bhupesh SHARMA; Marc >> Kleine-Budde >> Subject: linux-next: build failure after merge of the net-next tree >> >> Hi all, >> >> After merging the net-next tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> ERROR: "clk_get_rate" [drivers/net/can/c_can/c_can_pci.ko] undefined! >> ERROR: "clk_get" [drivers/net/can/c_can/c_can_pci.ko] undefined! >> ERROR: "clk_put" [drivers/net/can/c_can/c_can_pci.ko] undefined! >> >> Caused by commit 5b92da0443c2 ("c_can_pci: generic module for >> C_CAN/D_CAN on PCI"). Maybe a missing Kconfig dependency/select? >> >> I have used the net-next tree from next-20120619 for today. >> -- > > clk_get/clk_put* variants are usually used by ARM platforms. > Protecting their calls under macro 'CONFIG_HAVE_CLK' should solve the problem. > > See [1] for how it is done in c_can_platform.c > > Could you possibly add these checks and send a patch for the same? > It should be fairly simple. Hi Bhupesh, Please see following patchset from me, that got applied in linux-next https://lkml.org/lkml/2012/4/24/154 Please check if this patchset is present in your build repo. I believe it should be there. If it is, then you shouldn't get these errors. -- viresh -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.