Commit 2725991e authored by Stephen Boyd's avatar Stephen Boyd

clk: qcom: gcc-sdm660: Add MODULE_LICENSE

Add a module license to match the license at the top of this file and
silence a build warning.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent f2a76a29
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment