Re: [PATCH 3/4] mfd: da9055-core: make it explicitly non-modular

2017-06-06 Thread Paul Gortmaker
[Re: [PATCH 3/4] mfd: da9055-core: make it explicitly non-modular] On 04/06/2017 (Sun 13:51) kbuild test robot wrote: > Hi Paul, > > [auto build test ERROR on ljones-mfd/for-mfd-next] > [also build test ERROR on v4.12-rc3 next-20170602] > [if your patch is applied to the wrong g

Re: [PATCH 3/4] mfd: da9055-core: make it explicitly non-modular

2017-06-03 Thread kbuild test robot
Hi Paul, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.12-rc3 next-20170602] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Paul-Gortmaker/mfd-make-da90xx-drive

Re: [PATCH 3/4] mfd: da9055-core: make it explicitly non-modular

2017-06-03 Thread kbuild test robot
Hi Paul, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.12-rc3 next-20170602] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Paul-Gortmaker/mfd-make-da90xx-drive

[PATCH 3/4] mfd: da9055-core: make it explicitly non-modular

2017-06-03 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_DA9055 drivers/mfd/Kconfig:bool "Dialog Semiconductor DA9055 PMIC Support" ...meaning that it is never being built as a module. Remove the modular code that is essentially orphaned, so that when rea