]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
USB: typec: qcom-pmic-typec: Drop redundant header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 19 May 2026 10:00:16 +0000 (12:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 09:35:31 +0000 (11:35 +0200)
commit5092914dd92efd38462d24f8119fdb781a693c81
treeb09ce07c0515925b877fdcb7780e672d34b361ce
parent4fb7e6b46e46d6545d99f94c37c34ab3a9dca081
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 <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://patch.msgid.link/20260519100014.282058-4-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c