From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751904AbcGNWeL (ORCPT ); Thu, 14 Jul 2016 18:34:11 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33811 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750699AbcGNWeJ (ORCPT ); Thu, 14 Jul 2016 18:34:09 -0400 Subject: Re: [PATCH 1/4] bus: brcmstb_gisb: make it explicitly non-modular To: Paul Gortmaker , linux-kernel@vger.kernel.org References: <20160703173040.23612-1-paul.gortmaker@windriver.com> <20160703173040.23612-2-paul.gortmaker@windriver.com> Cc: Brian Norris , Gregory Fong , linux-arm-kernel@lists.infradead.org From: Florian Fainelli Message-ID: <5788135D.9000500@gmail.com> Date: Thu, 14 Jul 2016 15:34:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160703173040.23612-2-paul.gortmaker@windriver.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/03/2016 10:30 AM, Paul Gortmaker wrote: > The Kconfig for this driver is currently: > > config BRCMSTB_GISB_ARB > bool "Broadcom STB GISB bus arbiter" > > ...meaning that it currently is not being built as a module by anyone. > Lets remove all modular references, so that when reading the driver > there is no doubt it is builtin-only. > > Since module_init translates to device_initcall in the non-modular > case, the init ordering remains unchanged with this commit. > > Cc: Brian Norris > Acked-by: Brian Norris > Cc: Gregory Fong > Cc: Florian Fainelli > Acked-by: Florian Fainelli > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Paul Gortmaker Applied to drivers/next, thanks Paul -- Florian