Re: [PATCH 09/20] interconnect: qcom: Add missing headers in icc-rpm.h

From: Dmitry Baryshkov
Date: Thu Jun 01 2023 - 06:05:31 EST


On 30/05/2023 13:20, Konrad Dybcio wrote:
Currently the header does not provide all the required dependencies.
Fix it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---
drivers/interconnect/qcom/icc-rpm.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/interconnect/qcom/icc-rpm.h b/drivers/interconnect/qcom/icc-rpm.h
index aec192321411..09abdd0c891e 100644
--- a/drivers/interconnect/qcom/icc-rpm.h
+++ b/drivers/interconnect/qcom/icc-rpm.h
@@ -6,6 +6,8 @@
#ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_RPM_H
#define __DRIVERS_INTERCONNECT_QCOM_ICC_RPM_H
+#include <linux/platform_device.h>
+#include <linux/interconnect-provider.h>

Alphabetic order?

With that fixed:

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

#include <linux/soc/qcom/smd-rpm.h>
#include <dt-bindings/interconnect/qcom,icc.h>


--
With best wishes
Dmitry