public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] interconnect: qcom: Add the missing MODULE_LICENSE
@ 2022-09-13  6:27 Huang Yiwei
  2022-09-13  7:08 ` Leo Yan
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Yiwei @ 2022-09-13  6:27 UTC (permalink / raw)
  To: agross, bjorn.andersson, konrad.dybcio
  Cc: djakov, dmitry.baryshkov, leo.yan, linux-arm-msm, linux-pm,
	linux-kernel, Huang Yiwei

Since icc-common.c can be compiled as module, add the missing
MODULE_LICENSE to avoid compile errors.

Fixes: cb4805b5a5e4 ("interconnect: qcom: Move qcom_icc_xlate_extended() to a common file")
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
---
 drivers/interconnect/qcom/icc-common.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/interconnect/qcom/icc-common.c b/drivers/interconnect/qcom/icc-common.c
index 0822ce207b5d..f27f4fdc4531 100644
--- a/drivers/interconnect/qcom/icc-common.c
+++ b/drivers/interconnect/qcom/icc-common.c
@@ -5,6 +5,7 @@
 
 #include <linux/of.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #include "icc-common.h"
 
@@ -32,3 +33,5 @@ struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void
 	return ndata;
 }
 EXPORT_SYMBOL_GPL(qcom_icc_xlate_extended);
+
+MODULE_LICENSE("GPL");
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-13 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13  6:27 [PATCH] interconnect: qcom: Add the missing MODULE_LICENSE Huang Yiwei
2022-09-13  7:08 ` Leo Yan
2022-09-13  8:30   ` Huang Yiwei
2022-09-13 10:06     ` Leo Yan
2022-09-13 10:13       ` Georgi Djakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox