From patchwork Sun Apr 5 02:51:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11474543 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C21FB1805 for ; Sun, 5 Apr 2020 02:52:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 96F8B2076E for ; Sun, 5 Apr 2020 02:52:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586055120; bh=kqQXaKXcW2eZZvO7tXIHCzJAD9OrkfQ2Pb5eypMAIIU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=iBKO9LyZoGMv2/BvmaannIvFi6oyj9aHbiU3M18LHdpbrEaFH0MVxGeFH2EoFP3x6 oWVXfx0NqRSrnzJxHeZs61YFyikO/m23Zfst2vguU2ye2F5Amun5lQ5Q+Jhi2L/LQr v4W0lQI+4aH5b8VY6Sehzt44LnZ3MyXGW6Rxy6UA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726436AbgDECv2 (ORCPT ); Sat, 4 Apr 2020 22:51:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:44818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726329AbgDECv1 (ORCPT ); Sat, 4 Apr 2020 22:51:27 -0400 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6B77D20739; Sun, 5 Apr 2020 02:51:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586055086; bh=kqQXaKXcW2eZZvO7tXIHCzJAD9OrkfQ2Pb5eypMAIIU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iX/mGeP+GHaEFr2Qpoki6cFsAvgrBHiGOxge21SEjYcpXpe+cGJRv1NETwGvTLs7Q NRDMvHVZLWjW1wEQnD368N3PAMxaoXAZNblGt5ggfVD49a3MnrETThvlhJQroa6Umg LtGyMzIClxSskL9Ikcpot3aTTb4FoC2v4uMqlgQw= From: Stephen Boyd To: Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Yoshinori Sato , uclinux-h8-devel@lists.sourceforge.jp, Arnd Bergmann Subject: [PATCH 4/9] h8300: Remove redundant CLKDEV_LOOKUP selects Date: Sat, 4 Apr 2020 19:51:18 -0700 Message-Id: <20200405025123.154688-5-sboyd@kernel.org> X-Mailer: git-send-email 2.26.0.292.g33ef6b2f38-goog In-Reply-To: <20200405025123.154688-1-sboyd@kernel.org> References: <20200405025123.154688-1-sboyd@kernel.org> MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org The h8300 architecture selects COMMON_CLK already, and the COMMON_CLK config option already selects CLKDEV_LOOKUP so it's redundant to have this selected again. Cc: Yoshinori Sato Cc: uclinux-h8-devel@lists.sourceforge.jp Cc: Arnd Bergmann Signed-off-by: Stephen Boyd --- arch/h8300/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index ec800e9d5aad..d11666d538fe 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -13,7 +13,6 @@ config H8300 select GENERIC_CPU_DEVICES select MODULES_USE_ELF_RELA select GENERIC_CLOCKEVENTS - select CLKDEV_LOOKUP select COMMON_CLK select ARCH_WANT_FRAME_POINTERS select OF