summaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorNiklas Cassel <niklas.cassel@linaro.org>2018-06-29 17:44:47 +0200
committerAndy Gross <andy.gross@linaro.org>2018-07-21 14:50:45 -0500
commit4da3b0452bc66af8feca71b176668faf3d0e750d (patch)
tree37825ffc56b985b50dd67813b6401b02a05630b5 /drivers/soc
parent6c805adf17d491ea66d3cf80db3ada75b7180268 (diff)
downloadop-kernel-dev-4da3b0452bc66af8feca71b176668faf3d0e750d.zip
op-kernel-dev-4da3b0452bc66af8feca71b176668faf3d0e750d.tar.gz
soc: qcom: llc-slice: Add missing MODULE_LICENSE()
Add missing MODULE_LICENSE(). According to the SPDX-License-Identifier, the license is GPL v2. Fixes the following warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/soc/qcom/llcc-slice.o Fixes: a3134fb ("drivers: soc: Add LLCC driver") Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/llcc-slice.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/qcom/llcc-slice.c b/drivers/soc/qcom/llcc-slice.c
index fcaad1a..54063a3 100644
--- a/drivers/soc/qcom/llcc-slice.c
+++ b/drivers/soc/qcom/llcc-slice.c
@@ -9,6 +9,7 @@
#include <linux/device.h>
#include <linux/io.h>
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/of_device.h>
#include <linux/regmap.h>
@@ -333,3 +334,5 @@ int qcom_llcc_probe(struct platform_device *pdev,
return qcom_llcc_cfg_program(pdev);
}
EXPORT_SYMBOL_GPL(qcom_llcc_probe);
+
+MODULE_LICENSE("GPL v2");
OpenPOWER on IntegriCloud