From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 4/6] drivers/gpio: make gpio-palmas.c explicitly non-modular Date: Tue, 5 Apr 2016 15:25:55 +0200 Message-ID: References: <1459536578-3017-1-git-send-email-paul.gortmaker@windriver.com> <1459536578-3017-5-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1459536578-3017-5-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker Cc: "linux-kernel@vger.kernel.org" , Alexandre Courbot , Laxman Dewangan , "linux-gpio@vger.kernel.org" List-Id: linux-gpio@vger.kernel.org On Fri, Apr 1, 2016 at 8:49 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_PALMAS > drivers/gpio/Kconfig: bool "TI PALMAS series PMICs GPIO" > > ...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. > > We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. > > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: Laxman Dewangan > Cc: linux-gpio@vger.kernel.org > Signed-off-by: Paul Gortmaker Patch applied. Yours, Linus Walleij