From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 6/6] drivers/gpio: make gpio-tps6586x.c explicitly non-modular Date: Tue, 5 Apr 2016 15:28:08 +0200 Message-ID: References: <1459536578-3017-1-git-send-email-paul.gortmaker@windriver.com> <1459536578-3017-7-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f48.google.com ([209.85.218.48]:35753 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752669AbcDEN2J (ORCPT ); Tue, 5 Apr 2016 09:28:09 -0400 Received: by mail-oi0-f48.google.com with SMTP id p188so17036906oih.2 for ; Tue, 05 Apr 2016 06:28:09 -0700 (PDT) In-Reply-To: <1459536578-3017-7-git-send-email-paul.gortmaker@windriver.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Paul Gortmaker Cc: "linux-kernel@vger.kernel.org" , Alexandre Courbot , Laxman Dewangan , "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_TPS6586X > drivers/gpio/Kconfig: bool "TPS6586X 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