Re: [PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Makefile currently controlling compilation of this code is: > > drivers/pinctrl/sirf/pinctrl-sirf.o > --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o > > ...meaning that it currently is

Re: [PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Makefile currently controlling compilation of this code is: > > drivers/pinctrl/sirf/pinctrl-sirf.o > --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o > > ...meaning that it currently is not being built as a module by

[PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Makefile currently controlling compilation of this code is: drivers/pinctrl/sirf/pinctrl-sirf.o --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure

[PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Makefile currently controlling compilation of this code is: drivers/pinctrl/sirf/pinctrl-sirf.o --> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure