Skip to content

Commit

Permalink
NET: sb1250-mac: Add missing MODULE_LICENSE()
Browse files Browse the repository at this point in the history
As per comment, the code has always been GPLv2 licensed.

This fixes the follwoing modpost warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/net/ethernet/broadcom/sb1250-mac.o

Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Apr 21, 2017
1 parent 296f827 commit a98e178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/broadcom/sb1250-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2641,3 +2641,4 @@ static struct platform_driver sbmac_driver = {
};

module_platform_driver(sbmac_driver);
MODULE_LICENSE("GPL");

0 comments on commit a98e178

Please sign in to comment.