Skip to content

Commit

Permalink
Merge tag 'linux-watchdog-5.19-rc3' of git://www.linux-watchdog.org/l…
Browse files Browse the repository at this point in the history
…inux-watchdog

Pull watchdog fix from Wim Van Sebroeck:
 "Add missing MODULE_LICENSE in gxp driver"

* tag 'linux-watchdog-5.19-rc3' of git://www.linux-watchdog.org/linux-watchdog:
  watchdog: gxp: Add missing MODULE_LICENSE
  • Loading branch information
torvalds committed Jun 17, 2022
2 parents 79fe0f8 + b6c8cd8 commit 7c2d03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/gxp-wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ module_platform_driver(gxp_wdt_driver);
MODULE_AUTHOR("Nick Hawkins <[email protected]>");
MODULE_AUTHOR("Jean-Marie Verdun <[email protected]>");
MODULE_DESCRIPTION("Driver for GXP watchdog timer");
MODULE_LICENSE("GPL");

0 comments on commit 7c2d03f

Please sign in to comment.