[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
Greg Kroah-Hartman authored

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
9f28bb7e