fs: sdfat: Add MODULE_VERSION
This commit is contained in:
parent
82e32f9fe5
commit
188e653a3c
1
sdfat.c
1
sdfat.c
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue