| Submitter | Adrian Bunk |
|---|---|
| Date | April 5, 2009, 4:36 p.m. |
| Message ID | <20090405163621.GC3718@localhost.pp.htv.fi> |
| Download | mbox | patch |
| Permalink | /patch/25614/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Adrian Bunk <bunk@kernel.org> Date: Sun, 5 Apr 2009 19:36:21 +0300 > This patch adds the missing MODULE_LICENSE("GPL"). > > Signed-off-by: Adrian Bunk <bunk@kernel.org> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- 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");
This patch adds the missing MODULE_LICENSE("GPL"). Signed-off-by: Adrian Bunk <bunk@kernel.org> --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html