From: Dmitry Eremin-Solenikov Date: Fri, 19 Jun 2009 13:02:09 +0000 (+0400) Subject: nl802154: add module license and description X-Git-Tag: v2.6.31-rc2~26^2~24^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd06fe8246c0425f8d6850b8e2c872b0d691ec3;p=profile%2Fcommon%2Fkernel-common.git nl802154: add module license and description Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 332b947..27eda9f 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c @@ -524,3 +524,6 @@ static void __exit ieee802154_nl_exit(void) } module_exit(ieee802154_nl_exit); +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("ieee 802.15.4 configuration interface"); +