]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/regulator/Makefile
regulator: 88pm800: fix warning same module names
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 12 Jun 2019 08:11:58 +0000 (10:11 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 12 Jun 2019 15:56:03 +0000 (16:56 +0100)
commit6f10419187d0d5fe395e2a2f2a64370961bf02a3
tree02e40b8a2327576ac5a8bd51e2b24144e45a6068
parent9a5ed0bac86edce4097abf7595a7de050b2f87fa
regulator: 88pm800: fix warning same module names

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 that the file is named 88pm800-regulator.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/88pm800-regulator.c [new file with mode: 0644]
drivers/regulator/88pm800.c [deleted file]
drivers/regulator/Makefile