[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:17:13 +0000 (13:17 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:58 +0000 (13:42 -0800)
commit9f28bb7e1d0188a993403ab39b774785892805e1
tree939660c2531335dc899cc66fa7f3f05aa343d1e0
parent3fd6805f4dfb02bcfb5634972eabad0e790f119a
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()

This patch adds the ability to mark symbols that will be changed in the
future, so that kernel modules that don't include MODULE_LICENSE("GPL")
and use the symbols, will be flagged and printed out to the system log.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/m68knommu/kernel/vmlinux.lds.S
arch/v850/kernel/vmlinux.lds.S
include/asm-generic/vmlinux.lds.h
include/linux/module.h
kernel/module.c
scripts/genksyms/keywords.c_shipped
scripts/genksyms/keywords.gperf