From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754588Ab1LVAo3 (ORCPT ); Wed, 21 Dec 2011 19:44:29 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:63997 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752562Ab1LVAo1 (ORCPT ); Wed, 21 Dec 2011 19:44:27 -0500 Message-ID: <4EF27C76.3020805@solonet.org.ua> Date: Thu, 22 Dec 2011 02:40:22 +0200 From: Denis Kuzmenko User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 MIME-Version: 1.0 To: Kukjin Kim CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, "'Russell King'" , "'Ben Dooks'" Subject: Re: [PATCHv2 resend] Fix compilation error when CONFIG_CPU_FREQ_S3C24XX_DEBUGFS selected. References: <4EE7BE5F.8020108@solonet.org.ua> <064501ccbfae$cf1e5cb0$6d5b1610$%kim@samsung.com> <4EF23852.1050304@solonet.org.ua> <06fa01ccc02c$828b6810$87a23830$%kim@samsung.com> In-Reply-To: <06fa01ccc02c$828b6810$87a23830$%kim@samsung.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/22/2011 12:04 AM, Kukjin Kim wrote: > Denis Kuzmenko wrote: >> >> On 12/21/2011 09:04 AM, Kukjin Kim wrote: >>> Denis Kuzmenko wrote: >>>> >>>> Fix compilation error when CONFIG_CPU_FREQ_S3C24XX_DEBUGFS selected. >>>> >>>> Signed-off-by: Denis Kuzmenko >>>> --- >>>> >>>> Patch is against 3.2-rc4. >>>> CONFIG_S3C2410_IOTIMING is not selected for MACH_MINI2440. Because of >> this >>>> the >>>> file s3c2410-iotiming.c is not ever compiled and enabling >>>> CONFIG_CPU_FREQ_S3C24XX_DEBUGFS option caused undefined reference to >>>> function >>>> s3c2410_iotiming_debugfs defined in that file. s3c2410_iotiming_debugfs >>>> defined >>>> as NULL for this case. >>>> >>> Hi Denis, >>> >>> Well, there is no error when CONFIG_CPU_FREQ_S3C24XX_DEBUGFS selected in >> my >>> case and s3c2410-iotiming.c is built...when is it happened? I just >> selected >>> every regarding configuration in kernel menuconfig... >> >> Please, try attached config (it's still failing in v3.2-rc6). >> > Hi Denis, > > Yes, when s3c2410 stuff is not selected, it happened. > Look at me soon and thanks. Hi, Kukjin, Sorry, can you please explain as I can't understand. Especially second sentence. -- Best regards, Denis Kuzmenko.