mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 08:38:24 +08:00
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
@ -14,6 +14,10 @@
|
|||||||
#include <linux/mdio.h>
|
#include <linux/mdio.h>
|
||||||
#include <linux/module.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
|
* mdio45_probe - probe for an MDIO (clause 45) device
|
||||||
* @mdio: MDIO interface
|
* @mdio: MDIO interface
|
||||||
|
Loading…
Reference in New Issue
Block a user