From: Alexey Dobriyan proc is not modular, so MODULE_LICENSE just expands to empty space. proc without doubts remains GPLed. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- fs/proc/inode.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/proc/inode.c~proc-remove-module_license fs/proc/inode.c --- a/fs/proc/inode.c~proc-remove-module_license +++ a/fs/proc/inode.c @@ -467,4 +467,3 @@ out_no_root: de_put(&proc_root); return -ENOMEM; } -MODULE_LICENSE("GPL"); _