MAINTAINERS: update entry after SPI NOR controller move
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 21 Mar 2020 06:42:17 +0000 (07:42 +0100)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Mon, 23 Mar 2020 16:51:57 +0000 (18:51 +0200)
commit6d4e346435b9b90bb7cca1d296adb6f6c7930c2d
tree968eda2fb4295b046f977bf040018f142d960884
parent829ec6408dc58dbf27522bbd57d0a85b0a3d1a0e
MAINTAINERS: update entry after SPI NOR controller move

Commit a0900d0195d2 ("mtd: spi-nor: Prepare core / manufacturer code
split") moved all SPI NOR controller drivers to a controllers/
sub-directory. However, the moved nxp-spifi.c file was referenced in the
ARM/LPC18XX ARCHITECTURE entry in MAINTAINERS.

Hence, since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: drivers/mtd/spi-nor/nxp-spifi.c

Update the file entry in MAINTAINERS to its new location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
MAINTAINERS