]> git.baikalelectronics.ru Git - kernel.git/commit
net: cs89x0: add MODULE_LICENSE
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Jan 2018 16:30:22 +0000 (17:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jan 2018 18:27:03 +0000 (13:27 -0500)
commitd47cab7efbf7359d9c395b5302d01a1b0a4abe3d
tree502bda649cbaf098172e9533408f186557080d77
parenteb71442289545ed8622c75a4bb86074a57677da5
net: cs89x0: add MODULE_LICENSE

This driver lacks a MODULE_LICENSE tag, leading to a Kbuild warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/net/ethernet/cirrus/cs89x0.o

This adds license, author, and description according to the
comment block at the start of the file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cirrus/cs89x0.c