Re: [PATCH 1/4] reset: ath79: make it explicitly non-modular

2017-02-09 Thread Alban
On Tue, 7 Feb 2017 19:18:44 -0500 Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/reset/Kconfig:config RESET_ATH79 > drivers/reset/Kconfig: bool "AR71xx Reset Driver" if COMPILE_TEST > > ...meaning that it currently is not being built as a mod

[PATCH 1/4] reset: ath79: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/reset/Kconfig:config RESET_ATH79 drivers/reset/Kconfig: bool "AR71xx Reset Driver" if COMPILE_TEST ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orpha