mirror of https://gitee.com/openkylin/linux.git
NVMe: Release 0.2
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
This commit is contained in:
parent
6ee44cdced
commit
db5d0c198d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue