From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 7/9] drivers/gpio: make gpio-sta2x11.c explicitly non-modular Date: Thu, 31 Mar 2016 15:08:31 +0200 Message-ID: References: <1459093489-18314-1-git-send-email-paul.gortmaker@windriver.com> <1459093489-18314-8-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f43.google.com ([209.85.218.43]:33289 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755521AbcCaNIc (ORCPT ); Thu, 31 Mar 2016 09:08:32 -0400 Received: by mail-oi0-f43.google.com with SMTP id d205so59420238oia.0 for ; Thu, 31 Mar 2016 06:08:32 -0700 (PDT) In-Reply-To: <1459093489-18314-8-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 , "linux-gpio@vger.kernel.org" On Sun, Mar 27, 2016 at 5:44 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_STA2X11 > drivers/gpio/Kconfig: bool "STA2x11/ConneXt GPIO support" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the couple traces of modularity, so that when reading > the driver there is no doubt it is builtin-only. > > Since module_platform_driver() uses the same init level priority as > builtin_platform_driver() 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: linux-gpio@vger.kernel.org > Signed-off-by: Paul Gortmaker Patch applied. Yours, Linus Walleij