Re: [PATCH 1/6] pinctrl: mediatek: make mtk-common 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/mediatek/pinctrl-mtk-common.o > ---> drivers/pinctrl/mediatek/Makefile:obj-y += pinctrl-mtk-common.o > > ...meaning

Re: [PATCH 1/6] pinctrl: mediatek: make mtk-common 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/mediatek/pinctrl-mtk-common.o > ---> drivers/pinctrl/mediatek/Makefile:obj-y += pinctrl-mtk-common.o > > ...meaning that it currently is not being

[PATCH 1/6] pinctrl: mediatek: make mtk-common explicitly non-modular

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

[PATCH 1/6] pinctrl: mediatek: make mtk-common explicitly non-modular

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