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 <computersforpe...@gmail.com> > Acked-by: Brian Norris <computersforpe...@gmail.com> > Cc: Gregory Fong <gregory.0...@gmail.com> > Cc: Florian Fainelli <f.faine...@gmail.com> > Acked-by: Florian Fainelli <f.faine...@gmail.com> > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>
Applied to drivers/next, thanks Paul -- Florian