From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946007AbcKQLsp (ORCPT ); Thu, 17 Nov 2016 06:48:45 -0500 Received: from foss.arm.com ([217.140.101.70]:48928 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964833AbcKQLsn (ORCPT ); Thu, 17 Nov 2016 06:48:43 -0500 Subject: Re: [PATCH 1/2] soc: fsl: make it explicitly non-modular To: linuxppc-dev@lists.ozlabs.org References: <1479314367-9169-1-git-send-email-sudeep.holla@arm.com> Cc: Sudeep Holla , linux-kernel@vger.kernel.org, Scott Wood , Yangbo Lu , Arnd Bergmann From: Sudeep Holla Organization: ARM Message-ID: Date: Thu, 17 Nov 2016 11:48:38 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1479314367-9169-1-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/11/16 16:39, Sudeep Holla wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/soc/fsl/Kconfig:config FSL_GUTS > drivers/soc/fsl/Kconfig: bool > > ...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 was not in use by this code, the init ordering > remains unchanged with this commit. > > Cc: Scott Wood > Cc: Yangbo Lu > Cc: Arnd Bergmann > Signed-off-by: Sudeep Holla > --- I saw Paul Gortmaker had sent similar patch on Nov 15, so drop/ignore this. -- Regards, Sudeep