Re: [PATCH 3/3] phy: make phy-armada375-usb2 explicitly non-modular

2019-01-18 Thread Gregory CLEMENT
Hi Paul, On dim., déc. 09 2018, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/phy/marvell/Kconfig:config ARMADA375_USBCLUSTER_PHY > drivers/phy/marvell/Kconfig:def_bool y > > ...meaning that it currently is not being built as a module

[PATCH 3/3] phy: make phy-armada375-usb2 explicitly non-modular

2018-12-09 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/phy/marvell/Kconfig:config ARMADA375_USBCLUSTER_PHY drivers/phy/marvell/Kconfig:def_bool y ...meaning that it currently is not being built as a module by anyone. Lets remove the couple of traces of modular