Commit 9495f1ad authored by Anton Altaparmakov's avatar Anton Altaparmakov

NTFS: Add MODULE_VERSION() to fs/ntfs/super.c.

Signed-off-by: default avatarAnton Altaparmakov <aia21@cantab.net>
parent f06d7a8b
......@@ -2754,6 +2754,7 @@ static void __exit exit_ntfs_fs(void)
MODULE_AUTHOR("Anton Altaparmakov <aia21@cantab.net>");
MODULE_DESCRIPTION("NTFS 1.2/3.x driver - Copyright (c) 2001-2004 Anton Altaparmakov");
MODULE_VERSION(NTFS_VERSION);
MODULE_LICENSE("GPL");
#ifdef DEBUG
module_param(debug_msgs, bool, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment