git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd6805
)
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Mar 2006 21:17:13 +0000
(13:17 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Mar 2006 21:42:58 +0000
(13:42 -0800)
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>
No differences found