]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: add a license to 6lowpan_iphc module
authorYann Droneaud <ydroneaud@opteya.com>
Wed, 22 Jan 2014 19:25:24 +0000 (20:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jan 2014 05:57:17 +0000 (21:57 -0800)
commit82c6dfb4a4dbb42f6cccd33afffbb16bedcef9b5
treefc1b5fa4b1d6fe55842942e4d00ee8968819cf13
parentbf62fa7a6bbd00954b5ab9c9b565404dd2fb00e7
6lowpan: add a license to 6lowpan_iphc module

Since commit d410f8cbe249, 6lowpan_iphc is a module of its own.

Unfortunately, it lacks some infrastructure to behave like a
good kernel citizen:

  kernel: 6lowpan_iphc: module license 'unspecified' taints kernel.
  kernel: Disabling lock debugging due to kernel taint

This patch adds the basic MODULE_LICENSE(); with GPL license:
the code was copied from net/ieee802154/6lowpan.c which is GPL
and the module exports symbol with EXPORT_SYMBOL_GPL();.

Cc: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Cc: Alexander Aring <alex.aring@gmail.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan_iphc.c