mirror of https://gitee.com/openkylin/linux.git
[PATCH] missing license tag in intermodule
It may suck something awful, but it shouldn't taint the kernel. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5c55ac9bbc
commit
5c0d5d262a
|
@ -179,3 +179,6 @@ EXPORT_SYMBOL(inter_module_register);
|
|||
EXPORT_SYMBOL(inter_module_unregister);
|
||||
EXPORT_SYMBOL(inter_module_get_request);
|
||||
EXPORT_SYMBOL(inter_module_put);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
|
Loading…
Reference in New Issue