diff mbox series

[6/8] fixup! phy: qcom: qmp: move common functions to common header

Message ID 20240109-phy-qmp-merge-common-v1-6-572899a14318@linaro.org
State New
Headers show
Series phy: qcom: merge common register defines in QMP drivers | expand

Commit Message

Dmitry Baryshkov Jan. 9, 2024, 3:04 a.m. UTC
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/phy/qualcomm/phy-qcom-qmp-common.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-common.h b/drivers/phy/qualcomm/phy-qcom-qmp-common.h
index 45cc5b795f58..799384210509 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-common.h
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-common.h
@@ -56,5 +56,4 @@  static inline void qmp_configure(void __iomem *base,
 	qmp_configure_lane(base, tbl, num, 0xff);
 }
 
-
 #endif