* [Patch] mdio add missing GPL flag
@ 2009-06-25 12:55 Nicolas Reinecke
2009-06-25 14:04 ` Ben Hutchings
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Reinecke @ 2009-06-25 12:55 UTC (permalink / raw)
To: netdev
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>
---
drivers/net/mdio.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/net/mdio.c b/drivers/net/mdio.c
index dc45e98..09a351c 100644
--- a/drivers/net/mdio.c
+++ b/drivers/net/mdio.c
@@ -14,6 +14,11 @@
#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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] mdio add missing GPL flag
2009-06-25 12:55 [Patch] mdio add missing GPL flag Nicolas Reinecke
@ 2009-06-25 14:04 ` Ben Hutchings
0 siblings, 0 replies; 2+ messages in thread
From: Ben Hutchings @ 2009-06-25 14:04 UTC (permalink / raw)
To: Nicolas Reinecke; +Cc: netdev
On Thu, 2009-06-25 at 14:55 +0200, Nicolas Reinecke wrote:
> Add missing GPL flag and description.
>
> mdio: module license 'unspecified' taints kernel.
> Disabling lock debugging due to kernel taint
Oops, sorry about that.
> Signed-off-by: Nicolas Reinecke <nr <at> das-labor.org>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-25 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25 12:55 [Patch] mdio add missing GPL flag Nicolas Reinecke
2009-06-25 14:04 ` Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).