]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NET: sb1250-mac: Add missing MODULE_LICENSE()
authorRalf Baechle <ralf@linux-mips.org>
Fri, 21 Apr 2017 01:06:06 +0000 (03:06 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 21 Apr 2017 01:22:49 +0000 (03:22 +0200)
commita98e1788b005fbbf3f74f6f2325c743872dc583f
treecc52fae9705a9ef467dfef33e2b2de4982038ee3
parent296f827d8a3ec5f57252717844146499e2c81155
NET: sb1250-mac: Add missing MODULE_LICENSE()

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 <ralf@linux-mips.org>
drivers/net/ethernet/broadcom/sb1250-mac.c