mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
ksmbd: remove module version
ksmbd module version marking is not needed. Since there is a Linux kernel version, there is no point in increasing it anymore. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
c6cd2e8d2d
commit
def30e72d8
@ -12,8 +12,6 @@
|
||||
#include "unicode.h"
|
||||
#include "vfs_cache.h"
|
||||
|
||||
#define KSMBD_VERSION "3.4.2"
|
||||
|
||||
extern int ksmbd_debug_types;
|
||||
|
||||
#define KSMBD_DEBUG_SMB BIT(0)
|
||||
|
@ -625,7 +625,6 @@ static void __exit ksmbd_server_exit(void)
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Namjae Jeon <linkinjeon@kernel.org>");
|
||||
MODULE_VERSION(KSMBD_VERSION);
|
||||
MODULE_DESCRIPTION("Linux kernel CIFS/SMB SERVER");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_SOFTDEP("pre: ecb");
|
||||
|
Loading…
Reference in New Issue
Block a user