From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751838AbdASJdv (ORCPT ); Thu, 19 Jan 2017 04:33:51 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:33415 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbdASJds (ORCPT ); Thu, 19 Jan 2017 04:33:48 -0500 Subject: Re: [PATCH] ARM: Exynos4415: remove dead build rule To: Krzysztof Kozlowski References: <20170119091153.8439-1-valentinrothberg@gmail.com> Cc: Sylwester Nawrocki , Chanwoo Choi , Tomasz Figa , mturquette@baylibre.com, sboyd@codeaurora.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Valentin Rothberg From: Valentin Rothberg Message-ID: <3c181bf8-7861-5197-f423-03e36bc440c5@gmail.com> Date: Thu, 19 Jan 2017 10:25:58 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof, On 19/01/2017 10:20, Krzysztof Kozlowski wrote: > On Thu, Jan 19, 2017 at 11:18 AM, Krzysztof Kozlowski wrote: >> On Thu, Jan 19, 2017 at 11:11 AM, Valentin Rothberg >> wrote: >>> Commit 22dfab102cfa ("ARM: EXYNOS: Remove Exynos4415 arch code (SoC not >>> supported anymore)") removed the Kconfig option SOC_EXYNOS4415. Thus, >>> we are safe to remove the last reference in the Makefile. >>> >>> Signed-off-by: Valentin Rothberg >>> --- >>> Detected by using ./scripts/checkkconfigsymbols.py >>> >>> drivers/clk/samsung/Makefile | 1 - >>> 1 file changed, 1 deletion(-) >>> >>> diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile >>> index 57f4dc6dc447..7afc21dc374e 100644 >>> --- a/drivers/clk/samsung/Makefile >>> +++ b/drivers/clk/samsung/Makefile >>> @@ -5,7 +5,6 @@ >>> obj-$(CONFIG_COMMON_CLK) += clk.o clk-pll.o clk-cpu.o >>> obj-$(CONFIG_SOC_EXYNOS3250) += clk-exynos3250.o >>> obj-$(CONFIG_ARCH_EXYNOS4) += clk-exynos4.o >>> -obj-$(CONFIG_SOC_EXYNOS4415) += clk-exynos4415.o >> >> It is already removed. Which tree are you using? I'm on today's linux-next. Please excuse the noise, I did not see your other patch on lkml. > BTW, please fix your own mail/name etc in from and Signed-off-by. One > of them is wrong and bounces. Thanks for the hint. Kind regards, Valentin