| commit | 9f28bb7e1d0188a993403ab39b774785892805e1 | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 13:17:13 2006 -0800 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 13:42:58 2006 -0800 |
| tree | 939660c2531335dc899cc66fa7f3f05aa343d1e0 | |
| parent | 3fd6805f4dfb02bcfb5634972eabad0e790f119a [diff] |
[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>