From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 3/6] drivers/gpio: make gpio-sx150x.c explicitly non-modular Date: Tue, 5 Apr 2016 15:24:52 +0200 Message-ID: References: <1459536578-3017-1-git-send-email-paul.gortmaker@windriver.com> <1459536578-3017-4-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f54.google.com ([209.85.218.54]:36029 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752321AbcDENYx (ORCPT ); Tue, 5 Apr 2016 09:24:53 -0400 Received: by mail-oi0-f54.google.com with SMTP id y204so16892438oie.3 for ; Tue, 05 Apr 2016 06:24:53 -0700 (PDT) In-Reply-To: <1459536578-3017-4-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" , Gregory Bean , Alexandre Courbot , "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_SX150X > drivers/gpio/Kconfig: bool "Semtech SX150x I2C GPIO expander" > > ...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 > was (or is now) contained at the top of the file in the comments. > > Cc: Gregory Bean > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: linux-gpio@vger.kernel.org > Signed-off-by: Paul Gortmaker Patch applied. Yours, Linus Walleij