MAINTAINERS: remove section LIBNVDIMM BLK: MMIO-APERTURE DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 16 Mar 2022 05:21:33 +0000 (06:21 +0100)
committerDan Williams <dan.j.williams@intel.com>
Wed, 23 Mar 2022 19:22:12 +0000 (12:22 -0700)
commit11cddee9c19f57bba335cff9787f23fb2d6d6f26
treee88c1b49653014198dfec12cc1ac9ce2c5febcfe
parentd0007eb15c2a8113e847143c783ea83d93963741
MAINTAINERS: remove section LIBNVDIMM BLK: MMIO-APERTURE DRIVER

Commit f8669f1d6a86 ("nvdimm/blk: Delete the block-aperture window driver")
removes the file drivers/nvdimm/blk.c, but misses to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

The section LIBNVDIMM BLK: MMIO-APERTURE DRIVER refers to the driver in
blk.c, and some more generic nvdimm code in region_devs.c.

As the driver is deleted, delete the section LIBNVDIMM BLK: MMIO-APERTURE
DRIVER in MAINTAINERS as well.

The remaining file region_devs.c is still covered by the section LIBNVDIMM:
NON-VOLATILE MEMORY DEVICE SUBSYSTEM, and all patches to region_devs.c will
still reach the same developers as before.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220316052133.26212-1-lukas.bulwahn@gmail.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
MAINTAINERS