From: Jeremy Linton Date: Sat, 8 Apr 2017 07:18:40 +0000 (-0500) Subject: reset: hi6220: Set module license so that it can be loaded X-Git-Tag: v4.9.136~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cb2faefc12acc7757f8bec803c7ac6e336e0295;p=platform%2Fkernel%2Flinux-amlogic.git reset: hi6220: Set module license so that it can be loaded [ Upstream commit 4497a224f759cd8350e07382307b55f870ef0df2 ] The hi6220_reset driver can be built as a standalone module yet it cannot be loaded because it depends on GPL exported symbols. Lets set the module license so that the module loads, and things like the on-board kirin drm starts working. Signed-off-by: Jeremy Linton Reviewed-by: Xinliang Liu Signed-off-by: Philipp Zabel Signed-off-by: Sasha Levin --- diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c index 35ce53e..d5e5229 100644 --- a/drivers/reset/hisilicon/hi6220_reset.c +++ b/drivers/reset/hisilicon/hi6220_reset.c @@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void) } postcore_initcall(hi6220_reset_init); + +MODULE_LICENSE("GPL v2");