From: Krzysztof Kozlowski Date: Tue, 19 May 2026 10:00:16 +0000 (+0200) Subject: USB: typec: qcom-pmic-typec: Drop redundant header includes X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5092914dd92efd38462d24f8119fdb781a693c81;p=thirdparty%2Flinux.git USB: typec: qcom-pmic-typec: Drop redundant header includes Unlike other units in this module, this one does not request interrupts or regulator supplies. It does not use OF graph, USB role switching or TypeC muxing APIs. Drop redundant header includes to speed up preprocessor. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Heikki Krogerus Reviewed-by: Konrad Dybcio Reviewed-by: Bryan O'Donoghue Link: https://patch.msgid.link/20260519100014.282058-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c b/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c index 3766790c1548c..35320f89dad2d 100644 --- a/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c +++ b/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c @@ -4,19 +4,14 @@ */ #include -#include #include #include #include #include -#include #include #include -#include #include -#include #include -#include #include