1
0
Fork 0
alistair23-linux/drivers/net/ethernet/hisilicon
Arnd Bergmann 4c0c46be90 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>
2015-02-02 18:51:03 -08:00
..
Kconfig net: hisilicon: new hip04 MDIO driver 2015-01-14 01:52:45 -05:00
Makefile net: hisilicon: new hip04 ethernet driver 2015-01-14 01:52:45 -05:00
hip04_eth.c net: hip04: add missing MODULE_LICENSE 2015-02-02 18:51:03 -08:00
hip04_mdio.c net: hisilicon: new hip04 MDIO driver 2015-01-14 01:52:45 -05:00
hix5hd2_gmac.c