Re: [PATCH 3/4] drivers/bus: make simple-pm-bus.c explicitly non-modular

2016-03-28 Thread Paul Gortmaker
[Re: [PATCH 3/4] drivers/bus: make simple-pm-bus.c explicitly non-modular] On 28/03/2016 (Mon 10:28) Geert Uytterhoeven wrote: > Hi Paul, > > On Sun, Mar 27, 2016 at 11:10 PM, Paul Gortmaker > wrote: > > The Kconfig currently controlling compilation of this code

Re: [PATCH 3/4] drivers/bus: make simple-pm-bus.c explicitly non-modular

2016-03-28 Thread Geert Uytterhoeven
Hi Paul, On Sun, Mar 27, 2016 at 11:10 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config SIMPLE_PM_BUS > bool "Simple Power-Managed Bus Driver" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove th