Skip to content

Commit

Permalink
Merge tag 'reset-fixes-for-4.12' of git://git.pengutronix.de/git/pza/…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Olof Johansson committed Jun 2, 2017
2 parents da3d1d4 + 4497a22 commit 84d40c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/reset/hisilicon/hi6220_reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void)
}

postcore_initcall(hi6220_reset_init);

MODULE_LICENSE("GPL v2");

0 comments on commit 84d40c0

Please sign in to comment.