mdio add missing GPL flag
Add missing GPL flag and description. mdio: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint Signed-off-by: Nicolas Reinecke <nr <at> das-labor.org> Acked-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
37c8ae3acf
commit
30767636e5
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
#include <linux/mdio.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
MODULE_DESCRIPTION("Generic support for MDIO-compatible transceivers");
|
||||
MODULE_AUTHOR("Copyright 2006-2009 Solarflare Communications Inc.");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/**
|
||||
* mdio45_probe - probe for an MDIO (clause 45) device
|
||||
* @mdio: MDIO interface
|
||||
|
|
Loading…
Reference in a new issue