mirror of https://gitee.com/openkylin/linux.git
media: Revert "media: ccs-pll: Fix MODULE_LICENSE"
This reverts commit b3c0115e34
.
As per Documentation/process/license-rules.rst "GPL v2" exists only for
historical reasons and has the same meaning as "GPL". So revert this
patch.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
dffbdf3775
commit
ca59318b9a
|
@ -883,4 +883,4 @@ EXPORT_SYMBOL_GPL(ccs_pll_calculate);
|
||||||
|
|
||||||
MODULE_AUTHOR("Sakari Ailus <sakari.ailus@linux.intel.com>");
|
MODULE_AUTHOR("Sakari Ailus <sakari.ailus@linux.intel.com>");
|
||||||
MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ PLL calculator");
|
MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ PLL calculator");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Reference in New Issue