Commit 56aecc0a authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by David S. Miller

MAINTAINERS: remove file entry in NFC SUBSYSTEM after platform_data movement

Commit 053fdaa8 ("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: 053fdaa8 ("nfc: mrvl: Move platform_data struct into driver")
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5fc3f6c9
...@@ -14662,7 +14662,6 @@ S: Maintained ...@@ -14662,7 +14662,6 @@ S: Maintained
B: mailto:linux-nfc@lists.01.org B: mailto:linux-nfc@lists.01.org
F: Documentation/devicetree/bindings/net/nfc/ F: Documentation/devicetree/bindings/net/nfc/
F: drivers/nfc/ F: drivers/nfc/
F: include/linux/platform_data/nfcmrvl.h
F: include/net/nfc/ F: include/net/nfc/
F: include/uapi/linux/nfc.h F: include/uapi/linux/nfc.h
F: net/nfc/ F: net/nfc/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment