[PATCH-next] reset: brcmstb: make it explicitly non-modular

2019-01-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/reset/Kconfig: bool "Broadcom STB reset controller" if COMPILE_TEST drivers/reset/Kconfig: default ARCH_BRCMSTB ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular

Re: [PATCH-next] reset: brcmstb: make it explicitly non-modular

2019-01-22 Thread Florian Fainelli
On 1/22/19 11:02 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/reset/Kconfig: bool "Broadcom STB reset controller" if COMPILE_TEST > drivers/reset/Kconfig: default ARCH_BRCMSTB > > ...meaning that it currently is not being built as a modu