Re: [PATCH] rpmsg: glink: Include types in qcom_glink_native.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 1/9/2023 2:37 PM, Bjorn Andersson wrote:
Ensure that the used data types are available in qcom_glink_native.h, to
silence LSP warnings.

Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>

Reviewed-by: Chris Lew <quic_clew@xxxxxxxxxxx>

---
  drivers/rpmsg/qcom_glink_native.h | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/drivers/rpmsg/qcom_glink_native.h b/drivers/rpmsg/qcom_glink_native.h
index 624184fc458e..e9a8671616c7 100644
--- a/drivers/rpmsg/qcom_glink_native.h
+++ b/drivers/rpmsg/qcom_glink_native.h
@@ -6,6 +6,8 @@
  #ifndef __QCOM_GLINK_NATIVE_H__
  #define __QCOM_GLINK_NATIVE_H__
+#include <linux/types.h>
+
  #define GLINK_FEATURE_INTENT_REUSE	BIT(0)
  #define GLINK_FEATURE_MIGRATION		BIT(1)
  #define GLINK_FEATURE_TRACER_PKT	BIT(2)
@@ -24,6 +26,7 @@ struct qcom_glink_pipe {
  		      const void *data, size_t dlen);
  };
+struct device;
  struct qcom_glink;
struct qcom_glink *qcom_glink_native_probe(struct device *dev,




[Index of Archives]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux