Re: [PATCH v2] drivers: mfd: 88pm800: fix warning same module names

2019-06-12 Thread Lee Jones
On Wed, 12 Jun 2019, Anders Roxell wrote: > When building with CONFIG_MFD_88PM800 and CONFIG_REGULATOR_88PM800 > enabled as loadable modules, we see the following warning: > > warning: same module names found: > drivers/regulator/88pm800.ko > drivers/mfd/88pm800.ko > > Rework so the names ma

[PATCH v2] drivers: mfd: 88pm800: fix warning same module names

2019-06-12 Thread Anders Roxell
When building with CONFIG_MFD_88PM800 and CONFIG_REGULATOR_88PM800 enabled as loadable modules, we see the following warning: warning: same module names found: drivers/regulator/88pm800.ko drivers/mfd/88pm800.ko Rework so the names matches the config fragment. Signed-off-by: Anders Roxell -