dect
/
linux-2.6
Archived
13
0
Fork 0

phy/bitbang: missing MODULE_LICENSE

Missing MODULE_LICENSE(), loading this module taints the kernel.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Randy Dunlap 2007-10-18 12:20:21 -07:00 committed by Jeff Garzik
parent 418d6f871b
commit 5a46236d20
1 changed files with 2 additions and 0 deletions

View File

@ -185,3 +185,5 @@ void free_mdio_bitbang(struct mii_bus *bus)
module_put(ctrl->ops->owner);
kfree(bus);
}
MODULE_LICENSE("GPL");