Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b3fe63b authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

proc: remove MODULE_LICENSE



proc is not modular, so MODULE_LICENSE just expands to empty space.  proc
without doubts remains GPLed.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cbdc7387
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -467,4 +467,3 @@ int proc_fill_super(struct super_block *s)
	de_put(&proc_root);
	return -ENOMEM;
}
MODULE_LICENSE("GPL");