Skip to content

Commit 7c2d03f

Browse files
committed
Merge tag 'linux-watchdog-5.19-rc3' of git://www.linux-watchdog.org/linux-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
2 parents 79fe0f8 + b6c8cd8 commit 7c2d03f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/watchdog/gxp-wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ module_platform_driver(gxp_wdt_driver);
172172
MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
173173
MODULE_AUTHOR("Jean-Marie Verdun <verdun@hpe.com>");
174174
MODULE_DESCRIPTION("Driver for GXP watchdog timer");
175+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)