MAINTAINERS: remove broken entries in QUALCOMM TYPEC PORT MANAGER DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 19 May 2023 04:13:07 +0000 (06:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 May 2023 10:10:23 +0000 (11:10 +0100)
commitee4d21aa4a227466c5635831e950c7276db797db
treeea0b468d2fcb37b9e06ff50e33f1e1409178ea81
parenta4422ff221429c600c3dc5d0394fb3738b89d040
MAINTAINERS: remove broken entries in QUALCOMM TYPEC PORT MANAGER DRIVER

Commit a4422ff22142 ("usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
adds the section QUALCOMM TYPEC PORT MANAGER DRIVER in MAINTAINERS with
two file entries for header files in include/dt-bindings/usb/typec/.

However, these files are not added to the repository with this commit or
any commit in the related patch series. Probably, these file entries are
just needless leftover after the work went through some refactoring.

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

Remove the two file entries for non-existent header files.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20230519041307.32322-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS