Skip to content
Snippets Groups Projects
Commit 9f28bb7e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

[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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3fd6805f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment