From: Greg Kroah-Hartman Date: Mon, 20 Mar 2006 21:17:13 +0000 (-0800) Subject: [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() X-Git-Tag: v2.6.17-rc1~1177^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f28bb7e1d0188a993403ab39b774785892805e1;p=pandora-kernel.git [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 --- Reading git-diff-tree failed