diff options
author | Tao Ma <boyu.mt@taobao.com> | 2012-12-17 23:59:36 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-18 01:15:12 (GMT) |
commit | 8ec7d50f1ed2b072d23ce810f86df09ee0568d4b (patch) | |
tree | 913675a8d7d167a29e5d9dac4f16b6dfa0746bb8 /kernel/module.c | |
parent | 66d93341b507185d6934756fb6f6b69b42ff43e4 (diff) | |
download | linux-8ec7d50f1ed2b072d23ce810f86df09ee0568d4b.tar.xz |
kernel: remove reference to feature-removal-schedule.txt
In commit 9c0ece069b32 ("Get rid of Documentation/feature-removal.txt"),
Linus removed feature-removal-schedule.txt from Documentation, but there
is still some reference to this file. So remove them.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/module.c b/kernel/module.c index 6e48c3a..808bd62 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -372,9 +372,6 @@ static bool check_symbol(const struct symsearch *syms, printk(KERN_WARNING "Symbol %s is being used " "by a non-GPL module, which will not " "be allowed in the future\n", fsa->name); - printk(KERN_WARNING "Please see the file " - "Documentation/feature-removal-schedule.txt " - "in the kernel source tree for more details.\n"); } } |