]> www.infradead.org Git - users/dwmw2/linux.git/commit
MAINTAINERS: remove file entry in NFC SUBSYSTEM after platform_data movement
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 20 Mar 2023 07:32:01 +0000 (08:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Mar 2023 10:30:51 +0000 (10:30 +0000)
commit56aecc0a655d997342ca85a3dd1f59715f2b3349
treecb4d3edfdc46a9538b87f9b3a3390a90984b7b74
parent5fc3f6c90cca19e4b13433621d9c2dcae875f4d7
MAINTAINERS: remove file entry in NFC SUBSYSTEM after platform_data movement

Commit 053fdaa841bd ("nfc: mrvl: Move platform_data struct into driver")
moves the nfcmrvl.h header file from include/linux/platform_data to the
driver's directory, but misses to adjust MAINTAINERS.

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

Just remove the file entry in NFC SUBSYSTEM, as the new location of the
code is already covered by another pattern in that section.

Fixes: 053fdaa841bd ("nfc: mrvl: Move platform_data struct into driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS