Skip to content

Commit b6c8cd8

Browse files
groeckWim Van Sebroeck
authored andcommitted
watchdog: gxp: Add missing MODULE_LICENSE
The build system says: ERROR: modpost: missing MODULE_LICENSE() in drivers/watchdog/gxp-wdt.o Add the missing MODULE_LICENSE. Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/all/20220603131419.2948578-1-linux@roeck-us.net/ Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 6bfb56e commit b6c8cd8

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)