mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[IPV6] sit: Add missing MODULE_LICENSE
This is missing the MODULE_LICENSE statements and taints the kernel upon loading. License is obvious from the beginning of the file. Signed-off-by: Jan Dittmer <jdi@l4x.org> Signed-off-by: Joerg Roedel <joro-lkml@zlug.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f1a95859a8
commit
39c850863d
@ -853,3 +853,4 @@ int __init sit_init(void)
|
||||
|
||||
module_init(sit_init);
|
||||
module_exit(sit_cleanup);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user