[PATCH 06/22] mfd: da9055-i2c: Make it explicitly non-modular

2018-12-02 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/mfd/Makefile:da9055-objs := da9055-core.o da9055-i2c.o drivers/mfd/Makefile:obj-$(CONFIG_MFD_DA9055) += da9055.o ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code

[PATCH 06/22] mfd: da9055-i2c: Make it explicitly non-modular

2018-12-02 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/mfd/Makefile:da9055-objs := da9055-core.o da9055-i2c.o drivers/mfd/Makefile:obj-$(CONFIG_MFD_DA9055) += da9055.o ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code