diff options
author | 2017-06-01 16:54:14 -0700 | |
---|---|---|
committer | 2017-06-01 17:07:33 -0700 | |
commit | 84d40c0b73966a62c4d0f40288636a2f66cac3df (patch) | |
tree | 4d0142719ddcee53f49e45e47743abc2f22f1b46 | |
parent | Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into fixes (diff) | |
parent | reset: hi6220: Set module license so that it can be loaded (diff) | |
download | wireguard-linux-84d40c0b73966a62c4d0f40288636a2f66cac3df.tar.xz wireguard-linux-84d40c0b73966a62c4d0f40288636a2f66cac3df.zip |
Merge tag 'reset-fixes-for-4.12' of git://git.pengutronix.de/git/pza/linux into fixes
Reset controller fixes for v4.12
- Set hi6220_reset driver module license to GPL v2 to fix module loading.
* tag 'reset-fixes-for-4.12' of git://git.pengutronix.de/git/pza/linux:
reset: hi6220: Set module license so that it can be loaded
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/reset/hisilicon/hi6220_reset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c index 35ce53edabf9..d5e5229308f2 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"); |