Explorar el Código

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>
Randy Dunlap hace 17 años
padre
commit
5a46236d20
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      drivers/net/phy/mdio-bitbang.c

+ 2 - 0
drivers/net/phy/mdio-bitbang.c

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