diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-04-18 12:09:33 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-28 21:50:20 +0200 |
commit | 899895fb6dba6e7f45449665e3456899d88201d8 (patch) | |
tree | 1d862d7152320af8326ea7925d643568a2842649 | |
parent | d2854bbe5f5c4b4bec8061caf4f2e603d8819446 (diff) | |
download | linux-899895fb6dba6e7f45449665e3456899d88201d8.tar.bz2 |
MAINTAINERS: adjust to renaming physmap_of_versatile.c
Commit 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini}
into physmap-{versatile, gemini}") renamed physmap_of_versatile.c to
physmap-versatile.c, but did not adjust the MAINTAINERS entry.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches F: drivers/mtd/maps/physmap_of_versatile.c
Rectify the ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT entry and now
also cover drivers/mtd/maps/physmap-versatile.h while at it.
Co-developed-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20200418100933.8012-1-lukas.bulwahn@gmail.com
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a64a1fed74cc..ec9c8d3e144d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1340,7 +1340,7 @@ F: drivers/bus/arm-integrator-lm.c F: drivers/clk/versatile/ F: drivers/i2c/busses/i2c-versatile.c F: drivers/irqchip/irq-versatile-fpga.c -F: drivers/mtd/maps/physmap_of_versatile.c +F: drivers/mtd/maps/physmap-versatile.* F: drivers/power/reset/arm-versatile-reboot.c F: drivers/soc/versatile/ |