Skip to content

Commit

Permalink
mdio add missing GPL flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Reinecke authored and David S. Miller committed Jun 26, 2009
1 parent 37c8ae3 commit 3076763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3076763

Please sign in to comment.