projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbdc738
)
proc: remove MODULE_LICENSE
author
Alexey Dobriyan
<adobriyan@sw.ru>
Fri, 8 Feb 2008 12:18:26 +0000
(
04:18
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:23 +0000
(09:22 -0800)
proc is not modular, so MODULE_LICENSE just expands to empty space. proc
without doubts remains GPLed.
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/inode.c
b/fs/proc/inode.c
index 6ecf6396f0722e302c9108cd972624ff2cee290d..82b3a1b5a70b8c887a2e4b7cf698843097b84c0e 100644
(file)
--- a/
fs/proc/inode.c
+++ b/
fs/proc/inode.c
@@
-467,4
+467,3
@@
out_no_root:
de_put(&proc_root);
return -ENOMEM;
}
-MODULE_LICENSE("GPL");