From patchwork Tue Aug 16 09:19:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 73962 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1890700qga; Tue, 16 Aug 2016 02:22:09 -0700 (PDT) X-Received: by 10.66.43.234 with SMTP id z10mr61878857pal.137.1471339329823; Tue, 16 Aug 2016 02:22:09 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id p4si22581660paz.202.2016.08.16.02.22.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Aug 2016 02:22:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bZaYQ-0003tY-21; Tue, 16 Aug 2016 09:21:02 +0000 Received: from conuserg-07.nifty.com ([210.131.2.74]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bZaXY-0001u3-By for linux-arm-kernel@lists.infradead.org; Tue, 16 Aug 2016 09:20:11 +0000 Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-07.nifty.com with ESMTP id u7G9JMGQ021163; Tue, 16 Aug 2016 18:19:25 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u7G9JMGQ021163 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471339166; bh=pqZKrV7loEaM7weCZg8quLxbT5tBRF55oZNACMvm9AQ=; h=From:To:Cc:Subject:Date:From; b=kXGmnpUgFdaJ7WuVGfSwvnarjJiOY3Z/WKn2wChQ/N8zes/b7k99A5nYrEqiXHnNM wR3EHtJZckCzON9+UZrIQl8r+9fqpJsPacQSzhMjoygZbp9laWhtjOq/JpLJCvKoq4 YBiQur9e1VInOWlpuiNR+JmfMp2om3Obzv4cbpX9/eHlxuTw7ChBuBSzwrjC0Smdj4 woAOkjFbQraubKAKtmuUWAmfwIK9PQLZ2FiIjCf4hxvZTCSh64dhWf5qke+WH3xiOO VLRIzU5wmi8PPYql16kUKaKnvgrsTxYxMstaAvQmr1BfXh43MY1id9lZEPcS0Ds0el xH8qaOCJcgVqA== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: Will Deacon , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: remove redundant "select HAVE_CLK" Date: Tue, 16 Aug 2016 18:19:22 +0900 Message-Id: <1471339162-29585-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160816_022009_006207_175F140C X-CRM114-Status: UNSURE ( 6.79 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 RCVD_IN_MSPIKE_L3 RBL: Low reputation (-3) [210.131.2.74 listed in bl.mailspike.net] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.0 RCVD_IN_MSPIKE_BL Mailspike blacklisted X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masahiro Yamada , linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org HAVE_CLK is select'ed by CLKDEV_LOOKUP, which is select'ed by COMMON_CLK, which is select'ed by ARM64. No sub-architecture need to select HAVE_CLK explicitly. Signed-off-by: Masahiro Yamada --- arch/arm64/Kconfig.platforms | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index be5d824..4a4318b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -159,7 +159,6 @@ config ARCH_TEGRA select CLKSRC_MMIO select CLKSRC_OF select GENERIC_CLOCKEVENTS - select HAVE_CLK select PINCTRL select RESET_CONTROLLER help