diff options
author | Jingoo Han <[email protected]> | 2014-06-03 21:46:11 +0900 |
---|---|---|
committer | Inki Dae <[email protected]> | 2014-08-03 16:52:13 +0900 |
commit | 8f589bba25201b4574ad56ff56b153b10595e3ef (patch) | |
tree | e92692aa4d3684319bb045d31cd4cd6c890bc0cb | |
parent | 4a958d38277936427500e741d346ec784e1d23f1 (diff) |
drm/exynos: dp: Use correct module license
According to the header comment in the source file, the driver is
licensed under GPL v2, so update MODULE_LICENSE() to match that.
Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_dp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c index 86dc69d9eabb..845d76693dcc 100644 --- a/drivers/gpu/drm/exynos/exynos_dp_core.c +++ b/drivers/gpu/drm/exynos/exynos_dp_core.c @@ -1390,4 +1390,4 @@ struct platform_driver dp_driver = { MODULE_AUTHOR("Jingoo Han <[email protected]>"); MODULE_DESCRIPTION("Samsung SoC DP Driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); |