commit | a98e1788b005fbbf3f74f6f2325c743872dc583f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Apr 21 03:06:06 2017 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Apr 21 03:22:49 2017 +0200 |
tree | cc52fae9705a9ef467dfef33e2b2de4982038ee3 | |
parent | 296f827d8a3ec5f57252717844146499e2c81155 [diff] |
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>