Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a46236d authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik
Browse files

phy/bitbang: missing MODULE_LICENSE



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

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 418d6f87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,3 +185,5 @@ void free_mdio_bitbang(struct mii_bus *bus)
	module_put(ctrl->ops->owner);
	kfree(bus);
}

MODULE_LICENSE("GPL");