mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
ksmbd: remove unnecessary softdep on crc32
ksmbd accesses crc32 using normal function calls (as opposed to e.g. the generic crypto infrastructure's name-based algorithm resolution), so there is no need to declare a module softdep. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
eb21736021
commit
d91c0751d0
|
|
@ -631,6 +631,5 @@ MODULE_SOFTDEP("pre: sha512");
|
|||
MODULE_SOFTDEP("pre: aead2");
|
||||
MODULE_SOFTDEP("pre: ccm");
|
||||
MODULE_SOFTDEP("pre: gcm");
|
||||
MODULE_SOFTDEP("pre: crc32");
|
||||
module_init(ksmbd_server_init)
|
||||
module_exit(ksmbd_server_exit)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user