aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-02-21 21:39:31 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-21 21:39:31 -0800
commit4fffec22d6b7a52d17e144280ea226114c92e0a0 (patch)
tree436267e9cb1ca06df620623ebb1480413ce2299c /driver
parent0d75dedb6f28d5c39828f4d705639a4f97698994 (diff)
downloadpatches-4fffec22d6b7a52d17e144280ea226114c92e0a0.tar.gz
update text
Diffstat (limited to 'driver')
-rw-r--r--driver/export_symbol_gpl_future.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/export_symbol_gpl_future.patch b/driver/export_symbol_gpl_future.patch
index 4587a5dcc410a..6291f20a2e72b 100644
--- a/driver/export_symbol_gpl_future.patch
+++ b/driver/export_symbol_gpl_future.patch
@@ -2,8 +2,8 @@ From: Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
This patch adds the ability to mark symbols that will be changed in the
-future, so that non-GPL usage of them is flagged by the kernel and
-printed out to the system log.
+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>