From patchwork Thu Apr 9 06:44:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11481279 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 7249617D4 for ; Thu, 9 Apr 2020 06:44:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 46AB22084D for ; Thu, 9 Apr 2020 06:44:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586414683; bh=pMU5hjfEYql1E5373yITTzoPsv8h4BkUjm9FjPsRF6Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=iw6RwP/4YZSaZ99lZian4z9UYoJ/J/GBkMLPDNNR/D+vsAig18yrWhFRKih0xusCG Rzc5zjM8Vo4yswdUxzmyosNCwhSbLcWGsYg5zxyvRpNxE5XQxwb+XIkAEKCeN6SUIV Bi1GELMqLuE3eE2CI+zzWvMUstJFYGWqZzqyeQsg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726651AbgDIGoU (ORCPT ); Thu, 9 Apr 2020 02:44:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:38004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726642AbgDIGoU (ORCPT ); Thu, 9 Apr 2020 02:44:20 -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 39B612137B; Thu, 9 Apr 2020 06:44:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586414660; bh=pMU5hjfEYql1E5373yITTzoPsv8h4BkUjm9FjPsRF6Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=t0ObWNqNYbBXcHNBmJ/VZBKiqi28Ia1JFPwGr9kBh+HZtyjk3fhb5Z1CesnasvObu aVmgLMeQHo752wkkefR5vmjBi27R+JANWJY81WaV1aH/KBLL7PMTVUTwbHVBg9rZY4 Jxh9+Zkdhpm48Q6/oGsHZwgNHJA07djaHgcup4dM= From: Stephen Boyd To: Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Thomas Bogendoerfer , linux-mips@vger.kernel.org Subject: [PATCH v2 05/10] MIPS: Remove redundant CLKDEV_LOOKUP selects Date: Wed, 8 Apr 2020 23:44:11 -0700 Message-Id: <20200409064416.83340-6-sboyd@kernel.org> X-Mailer: git-send-email 2.26.0.292.g33ef6b2f38-goog In-Reply-To: <20200409064416.83340-1-sboyd@kernel.org> References: <20200409064416.83340-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 ATH79 config selects COMMON_CLK already, and the COMMON_CLK config option already selects CLKDEV_LOOKUP, and CLKDEV_LOOKUP already selects HAVE_CLK so it's redundant to have these selected again. Cc: Thomas Bogendoerfer Cc: Signed-off-by: Stephen Boyd --- arch/mips/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 797d7f1ad5fe..e53a8dd5c19b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -209,9 +209,7 @@ config ATH79 select DMA_NONCOHERENT select GPIOLIB select PINCTRL - select HAVE_CLK select COMMON_CLK - select CLKDEV_LOOKUP select IRQ_MIPS_CPU select SYS_HAS_CPU_MIPS32_R2 select SYS_HAS_EARLY_PRINTK