phy/bitbang: missing MODULE_LICENSE
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 18 Oct 2007 19:20:21 +0000 (12:20 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 20 Oct 2007 03:00:01 +0000 (23:00 -0400)
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>
drivers/net/phy/mdio-bitbang.c

index 8cd243d..2747b1f 100644 (file)
@@ -185,3 +185,5 @@ void free_mdio_bitbang(struct mii_bus *bus)
        module_put(ctrl->ops->owner);
        kfree(bus);
 }
+
+MODULE_LICENSE("GPL");