1
0
Fork 0

NVMe: Release 0.2

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
hifive-unleashed-5.1
Matthew Wilcox 2011-02-03 14:36:07 -05:00
parent 6ee44cdced
commit db5d0c198d
1 changed files with 1 additions and 1 deletions

View File

@ -1272,6 +1272,6 @@ static void __exit nvme_exit(void)
MODULE_AUTHOR("Matthew Wilcox <willy@linux.intel.com>");
MODULE_LICENSE("GPL");
MODULE_VERSION("0.1");
MODULE_VERSION("0.2");
module_init(nvme_init);
module_exit(nvme_exit);