MAINTAINERS: remove obsolete entry after file renaming
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sun, 28 Jun 2020 18:02:29 +0000 (20:02 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 29 Jun 2020 17:14:20 +0000 (18:14 +0100)
commit412847fb47336c58885ac6231a5f34ac7ac862a0
tree3c7b11c5a282e1a37a3c32e9821f8e52b11081a0
parentf16861b12fa05717489e0c8fbe93a0b9346a6839
MAINTAINERS: remove obsolete entry after file renaming

Commit f16861b12fa0 ("regulator: rename da903x to da903x-regulator") missed
to adjust the DIALOG SEMICONDUCTOR DRIVERS section in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    drivers/regulator/da903x.c

The da903x-regulator.c file is already covered by the pattern
drivers/regulator/da9???-regulator.[ch] in the section.

So, simply remove the non-matching file entry in MAINTAINERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20200628180229.5068-1-lukas.bulwahn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS