[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090405163621.GC3718@localhost.pp.htv.fi>
Date: Sun, 5 Apr 2009 19:36:21 +0300
From: Adrian Bunk <bunk@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [2.6 patch] net/802/fddi.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
--- a/net/802/fddi.c
+++ b/net/802/fddi.c
@@ -215,3 +215,5 @@ struct net_device *alloc_fddidev(int sizeof_priv)
return alloc_netdev(sizeof_priv, "fddi%d", fddi_setup);
}
EXPORT_SYMBOL(alloc_fddidev);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists