[PATCH 1/4] bus: brcmstb_gisb: make it explicitly non-modular

Florian Fainelli f.fainelli at gmail.com
Thu Jul 14 15:34:05 PDT 2016


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 <computersforpeace at gmail.com>
> Acked-by: Brian Norris <computersforpeace at gmail.com>
> Cc: Gregory Fong <gregory.0xf0 at gmail.com>
> Cc: Florian Fainelli <f.fainelli at gmail.com>
> Acked-by: Florian Fainelli <f.fainelli at gmail.com>
> Cc: linux-arm-kernel at lists.infradead.org
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>

Applied to drivers/next, thanks Paul
--
Florian



More information about the linux-arm-kernel mailing list