Ver código fonte

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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Stephen Boyd 6 anos atrás
pai
commit
2725991eca
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      drivers/clk/qcom/gcc-sdm660.c

+ 1 - 0
drivers/clk/qcom/gcc-sdm660.c

@@ -2476,4 +2476,5 @@ static void __exit gcc_sdm660_exit(void)
 }
 }
 module_exit(gcc_sdm660_exit);
 module_exit(gcc_sdm660_exit);
 
 
+MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("QCOM GCC sdm660 Driver");
 MODULE_DESCRIPTION("QCOM GCC sdm660 Driver");