]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: hip04: add missing MODULE_LICENSE
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Jan 2015 21:57:01 +0000 (22:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 02:51:03 +0000 (18:51 -0800)
commit4c0c46be90b0316a75a6d0c44bf3f62152c6963f
tree6b356dbdc5820839c4f904d8be754852e1050c68
parent843c2fdf7a12951815d981fa431d7e04d8259332
net: hip04: add missing MODULE_LICENSE

The hip04 ethernet driver causes a new compile-time warning
when built as a loadable module:

WARNING: modpost: missing MODULE_LICENSE() in drivers/net/ethernet/hisilicon/hip04_eth.o
see include/linux/module.h for more information

This adds the license as "GPL", which matches the header of the file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hip04_eth.c