]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix tokenring license
authorMeelis Roos <mroos@linux.ee>
Wed, 4 Mar 2009 07:48:50 +0000 (23:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2009 07:48:50 +0000 (23:48 -0800)
commit03d26af7c4e0b7f27c2c0c768a64758a4d4b0b3b
tree58ed8f941b3109eb1bdad24c17c7f83b303f615a
parent8c77337d5a0bf1a544e5508a622420dd8ad49947
net: fix tokenring license

Currently, modular tokenring ("tr") lacks a license and fails to load:

tr: module license 'unspecified' taints kernel.
tr: Unknown symbol proc_net_fops_create

Beacuse of this, no tokenring driver can load if it depends on modular
tr. Fix this by adding GPL module license as it is in the kernel.

With this fix, tr module loads fine and tms380 driver also loads. Well,
it does'nt work but that's a different bug.

Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/802/tr.c