Re: Linux 5.2-rc1 - module name conflict

2019-05-21 Thread Alexander Kapshuk
On Tue, May 21, 2019 at 4:01 AM Shuah Khan wrote: > > Hi all, > > I am seeing the following warning on Linux 5.2-rc1 > > warning: same basename if the following are built as modules: >drivers/regulator/88pm800.ko >drivers/mfd/88pm800.ko > > My config has: > > CONFIG_MFD_88PM800=m > > CONFI

Linux 5.2-rc1 - module name conflict

2019-05-20 Thread Shuah Khan
Hi all, I am seeing the following warning on Linux 5.2-rc1 warning: same basename if the following are built as modules: drivers/regulator/88pm800.ko drivers/mfd/88pm800.ko My config has: CONFIG_MFD_88PM800=m CONFIG_REGULATOR_88PM800=m I don't recall seeing this warning before. Anyway j