reset: hi6220: Set module license so that it can be loaded
authorJeremy Linton <lintonrjeremy@gmail.com>
Sat, 8 Apr 2017 07:18:40 +0000 (02:18 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Nov 2018 15:42:47 +0000 (07:42 -0800)
commit5cb2faefc12acc7757f8bec803c7ac6e336e0295
treeb82f53eaefee6bd8bb8589343c6bb42ea6f83fb8
parentfa0b7f94ce43f0859690ef9755b94fc9121634e2
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 <lintonrjeremy@gmail.com>
Reviewed-by: Xinliang Liu <xinliang.liu@linaro.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/reset/hisilicon/hi6220_reset.c