]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge tag 'reset-fixes-for-4.12' of git://git.pengutronix.de/git/pza/linux into fixes
authorOlof Johansson <olof@lixom.net>
Thu, 1 Jun 2017 23:54:14 +0000 (16:54 -0700)
committerOlof Johansson <olof@lixom.net>
Fri, 2 Jun 2017 00:07:33 +0000 (17:07 -0700)
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>
drivers/reset/hisilicon/hi6220_reset.c

index 35ce53edabf90009efcd228e71a109e410337708..d5e5229308f2291136ebe7c6061346507a733907 100644 (file)
@@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void)
 }
 
 postcore_initcall(hi6220_reset_init);
+
+MODULE_LICENSE("GPL v2");