summaryrefslogtreecommitdiff
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-03 02:19:44 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-03 02:19:44 -0600
commitd5ea3bb59fe2d4a5216e1daa1e5631f47825665e (patch)
treef5fd16b7be17badcd97b7dffd337978ff7f593d9 /include/linux/module.h
parent6ef80ec1e753a850da410ec592bf52cb14dc77d3 (diff)
kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONS
CONFIG_MODVERSIONING was a temporary name introduced to distinguish between the old and new module version implementation. Since the traces of the old implementation are now gone from the build system, we rename the config option back in order to not confuse users more than necessary in 2.6. Also, remove some historic modversions cruft throughout the tree.
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 1be44624ec3a..1265b060475d 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -155,7 +155,7 @@ void *__symbol_get_gpl(const char *symbol);
#else
-#ifdef CONFIG_MODVERSIONING
+#ifdef CONFIG_MODVERSIONS
/* Mark the CRC weak since genksyms apparently decides not to
* generate a checksums for some symbols */
#define __CRC_SYMBOL(sym, sec) \