diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-05-19 06:13:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-19 11:10:23 +0100 |
commit | ee4d21aa4a227466c5635831e950c7276db797db (patch) | |
tree | ea0b468d2fcb37b9e06ff50e33f1e1409178ea81 /MAINTAINERS | |
parent | a4422ff221429c600c3dc5d0394fb3738b89d040 (diff) | |
download | linux-ee4d21aa4a227466c5635831e950c7276db797db.tar.gz linux-ee4d21aa4a227466c5635831e950c7276db797db.tar.bz2 linux-ee4d21aa4a227466c5635831e950c7276db797db.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b5424199c32d..0aaf67179f8c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17540,8 +17540,6 @@ L: linux-usb@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/usb/qcom,pmic-*.yaml F: drivers/usb/typec/tcpm/qcom/ -F: include/dt-bindings/usb/typec/qcom,pmic-pdphy.h -F: include/dt-bindings/usb/typec/qcom,pmic-typec.h QUALCOMM VENUS VIDEO ACCELERATOR DRIVER M: Stanimir Varbanov <stanimir.k.varbanov@gmail.com> |