• Meelis Roos's avatar
    net: fix tokenring license · 42224745
    Meelis Roos authored
    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: default avatarMeelis Roos <mroos@linux.ee>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    42224745
tr.c 15.1 KB