summaryrefslogtreecommitdiff
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2004-10-21 15:58:05 -0400
committerJeff Garzik <jgarzik@pobox.com>2004-10-21 15:58:05 -0400
commitf5b8a851511cbbc1d9354258fc1840ff2c9eadc5 (patch)
tree5400038e3a535107a8e20496d85afee696d8ce28 /include/linux/module.h
parent0d554d392aa7adce368f13d6068679c18b0fa50e (diff)
parent77752839e8a15553eda7f2396f894eae80409a8d (diff)
Merge pobox.com:/garz/repo/libata-dev/export-simulator
into pobox.com:/garz/repo/libata-2.6
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index e5d2d6112f4b..f557855b02dd 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -141,11 +141,9 @@ extern struct module __this_module;
customizations, eg "rh3" or "rusty1".
Using this automatically adds a checksum of the .c files and the
- local headers to the end. Use MODULE_VERSION("") if you want just
- this. Macro includes room for this.
+ local headers in "srcversion".
*/
-#define MODULE_VERSION(_version) \
- MODULE_INFO(version, _version "\0xxxxxxxxxxxxxxxxxxxxxxxx")
+#define MODULE_VERSION(_version) MODULE_INFO(version, _version)
/* Given an address, look for it in the exception tables */
const struct exception_table_entry *search_exception_tables(unsigned long add);