fs: sdfat: Add MODULE_VERSION

This commit is contained in:
TBK 2019-07-14 19:41:06 +02:00
parent 82e32f9fe5
commit 188e653a3c
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
1 changed files with 1 additions and 0 deletions

View File

@ -5267,4 +5267,5 @@ module_exit(exit_sdfat_fs);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("FAT/exFAT filesystem support"); MODULE_DESCRIPTION("FAT/exFAT filesystem support");
MODULE_AUTHOR("Samsung Electronics Co., Ltd."); MODULE_AUTHOR("Samsung Electronics Co., Ltd.");
MODULE_VERSION(SDFAT_VERSION);