Commit 8f589bba authored by Jingoo Han's avatar Jingoo Han Committed by Inki Dae
Browse files

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: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 4a958d38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1390,4 +1390,4 @@ struct platform_driver dp_driver = {

MODULE_AUTHOR("Jingoo Han <jg1.han@samsung.com>");
MODULE_DESCRIPTION("Samsung SoC DP Driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");