Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4497a224 authored by Jeremy Linton's avatar Jeremy Linton Committed by Philipp Zabel
Browse files

reset: hi6220: Set module license so that it can be loaded



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: default avatarJeremy Linton <lintonrjeremy@gmail.com>
Reviewed-by: default avatarXinliang Liu <xinliang.liu@linaro.org>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 2ea659a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void)
}

postcore_initcall(hi6220_reset_init);

MODULE_LICENSE("GPL v2");