From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v3] cpufreq: exynos: Fix the compile error Date: Sat, 17 May 2014 01:28:29 +0200 Message-ID: <53769F1D.3000104@gmail.com> References: <000001cf70f0$2e48f930$8adaeb90$@samsung.com> <037e01cf70f5$25b374d0$711a5e70$@samsung.com> <2553916.Pl2B0tVZGR@vostro.rjw.lan> <53769E41.5050603@samsung.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KXWmFMOHrz+OA67R6MN/GznSaTDN1xmXiT55dxGvMCQ=; b=Pc2Ld0H+Zr5tGwrqyuxiwQW9og7KcyWKQVE2pRoLQvEE9ARyLISaVV62GZASzFqnTd Nr/ngqYDHQ5+HUjzv3G2RQDmyHYCwIR81iUAl+1diKj9sMTMRawS14HvVNErGD7POoku i+HVm7qggrHlSI0hNZHeA/9qisqL62XdJEv/PtFcyVEh+zCeYUyJzcklAG+6+4ohv8eJ 6OUHAAtD/o+XOtjDYefeKJomV7cDHjR/ddMW+pZ/ImL70hB8SY8aQgVfPScWEvea6Fk6 RiZRBurLWOhnpU+9CFQQlxQwDYM82/lcQARMU6qguA9Q9q4N1u8tbxyEMTOqQXc02LN1 P8Rw== In-Reply-To: <53769E41.5050603@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Kukjin Kim , "Rafael J. Wysocki" Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, 'Viresh Kumar' , 'Tomasz Figa' , cpufreq@vger.kernel.org, 'Jonghwan Choi' , 'Jonghwan Choi' , linux-arm-kernel@lists.infradead.org Hi Kukjin, On 17.05.2014 01:24, Kukjin Kim wrote: > On 05/17/14 08:04, Rafael J. Wysocki wrote: >> On Friday, May 16, 2014 07:54:01 PM Kukjin Kim wrote: >>> Jonghwan Choi wrote: >>>> >>>> Commit 7da83a80 ("ARM: EXYNOS: Migrate Exynos specific macros from >>>> plat to >>>> mach") which lands in samsung tree causes build breakage >>>> for cpufreq-exynos like following: >>>> >>>> drivers/cpufreq/exynos-cpufreq.c: In function 'exynos_cpufreq_probe': >>>> drivers/cpufreq/exynos-cpufreq.c:166:2: error: implicit declaration of >>>> function 'soc_is_exynos4210' >>>> [-Werror=implicit-function-declaration] >>>> drivers/cpufreq/exynos-cpufreq.c:168:2: error: implicit declaration of >>>> function 'soc_is_exynos4212' >>>> [-Werror=implicit-function-declaration] >>>> drivers/cpufreq/exynos-cpufreq.c:168:2: error: implicit declaration of >>>> function 'soc_is_exynos4412' >>>> [-Werror=implicit-function-declaration] >>>> drivers/cpufreq/exynos-cpufreq.c:170:2: error: implicit declaration of >>>> function 'soc_is_exynos5250' >>>> [-Werror=implicit-function-declaration] >>>> cc1: some warnings being treated as errors >>>> make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1 >>>> make[2]: *** Waiting for unfinished jobs.... >>>> drivers/cpufreq/exynos4x12-cpufreq.c: In function >>>> 'exynos4x12_set_clkdiv': >>>> drivers/cpufreq/exynos4x12-cpufreq.c:118:2: error: implicit >>>> declaration of >>>> function 'soc_is_exynos4212' >>>> [-Werror=implicit-function-declaration] >>>> cc1: some warnings being treated as errors >>>> make[2]: *** [drivers/cpufreq/exynos4x12-cpufreq.o] Error 1 >>>> make[1]: *** [drivers/cpufreq] Error 2 >>>> This fixes above error with getting SoC information via >>>> of_machine_is_compatible() instead of soc_is_exynosXXXX(). >>>> >>> >>> Probably, >>> Suggested-by: Tomasz Figa ? >>> >>>> Signed-off-by: Jonghwan Choi >>> >>> Looks better. >>> >>> Rafael, if you have no objection on this, shall I pick this into samsung >>> tree for 3.16 because of the current build breakage with enabling exynos >>> cpufreq? >> >> Please go ahead. >> > Done. What about Viresh's comments? Best regards, Tomasz