Skip to content

Commit 95c588f

Browse files
prabhakarladWim Van Sebroeck
authored andcommitted
watchdog: rzv2h_wdt: Add missing MODULE_LICENSE tag to fix modpost error
Add the missing `MODULE_LICENSE()` tag to the `rzv2h_wdt` driver, which resolves the following modpost error when built as a module: ERROR: modpost: missing MODULE_LICENSE() in drivers/watchdog/rzv2h_wdt.o Fixes: f6febd0 ("watchdog: Add Watchdog Timer driver for RZ/V2H(P)") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 74baa9c commit 95c588f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/rzv2h_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,4 @@ static struct platform_driver rzv2h_wdt_driver = {
270270
module_platform_driver(rzv2h_wdt_driver);
271271
MODULE_AUTHOR("Lad Prabhakar <[email protected]>");
272272
MODULE_DESCRIPTION("Renesas RZ/V2H(P) WDT Watchdog Driver");
273+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)