Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757102AbcKDUdS (ORCPT ); Fri, 4 Nov 2016 16:33:18 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:57790 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757006AbcKDUdP (ORCPT ); Fri, 4 Nov 2016 16:33:15 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 7F5F4611D2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Fri, 4 Nov 2016 13:33:13 -0700 From: Stephen Boyd To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Peter De Schrijver , Prashant Gaikwad , Michael Turquette , Stephen Warren , Thierry Reding , Alexandre Courbot , Aleksandr Frid , Paul Walmsley , linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH 09/10] clk: tegra: make clk-tegra124-dfll-fcpu explicitly non-modular Message-ID: <20161104203313.GI16026@codeaurora.org> References: <20160704211220.5685-1-paul.gortmaker@windriver.com> <20160704211220.5685-10-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160704211220.5685-10-paul.gortmaker@windriver.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1469 Lines: 38 On 07/04, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/arm/mach-tegra/Kconfig:config ARCH_TEGRA_124_SOC > arch/arm/mach-tegra/Kconfig: bool "Enable support for Tegra124 family" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. > > Since module_init translates to device_initcall in the non-modular > case, the init ordering remains unchanged with this commit. > > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. > > We also delete the MODULE_LICENSE tags etc. since all that information > is already contained at the top of the file in the comments. > > Cc: Peter De Schrijver > Cc: Prashant Gaikwad > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Stephen Warren > Cc: Thierry Reding > Cc: Alexandre Courbot > Cc: Aleksandr Frid > Cc: Paul Walmsley > Cc: linux-clk@vger.kernel.org > Cc: linux-tegra@vger.kernel.org > Signed-off-by: Paul Gortmaker > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project