projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a76a2
)
clk: qcom: gcc-sdm660: Add MODULE_LICENSE
author
Stephen Boyd
<sboyd@kernel.org>
Thu, 18 Oct 2018 18:20:11 +0000
(11:20 -0700)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 18 Oct 2018 18:21:30 +0000
(11:21 -0700)
Add a module license to match the license at the top of this file and
silence a build warning.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sdm660.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/gcc-sdm660.c
b/drivers/clk/qcom/gcc-sdm660.c
index b5f1e8f37c3d5aaf9f7d25dd2246bc8ad6f68d83..ba239ea4c842a42052cff211e5d0a132b6607865 100644
(file)
--- a/
drivers/clk/qcom/gcc-sdm660.c
+++ b/
drivers/clk/qcom/gcc-sdm660.c
@@
-2476,4
+2476,5
@@
static void __exit gcc_sdm660_exit(void)
}
module_exit(gcc_sdm660_exit);
+MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("QCOM GCC sdm660 Driver");