Skip to content

Commit be5a8ff

Browse files
rddunlapdavem330
authored andcommitted
net/dsa/realtek: add MODULE_LICENSE()
Add MODULE_LICENSE() to net/dsa/realtek.o to fix build warning message. WARNING: modpost: missing MODULE_LICENSE() in drivers/net/dsa/realtek.o Signed-off-by: Randy Dunlap <[email protected]> Cc: Linus Walleij <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5b3df17 commit be5a8ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/dsa/realtek-smi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,3 +485,5 @@ static struct platform_driver realtek_smi_driver = {
485485
.remove = realtek_smi_remove,
486486
};
487487
module_platform_driver(realtek_smi_driver);
488+
489+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)