From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 09/10] clk: tegra: make clk-tegra124-dfll-fcpu explicitly non-modular Date: Fri, 4 Nov 2016 13:33:13 -0700 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 Return-path: Content-Disposition: inline In-Reply-To: <20160704211220.5685-10-paul.gortmaker-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Paul Gortmaker Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Peter De Schrijver , Prashant Gaikwad , Michael Turquette , Stephen Warren , Thierry Reding , Alexandre Courbot , Aleksandr Frid , Paul Walmsley , linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.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