fscrypt: remove loadable module related code
authorEric Biggers <ebiggers@google.com>
Wed, 24 Jul 2019 18:07:57 +0000 (11:07 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 13 Aug 2019 02:04:41 +0000 (19:04 -0700)
commit75798f85f2badb04074cc909dbbb93072f4041ff
tree141805b5dd8d3f13cc42526ed41e876cc1856ef9
parente21a712a9685488f5ce80495b37b9fdbe96c230d
fscrypt: remove loadable module related code

Since commit 643fa9612bf1 ("fscrypt: remove filesystem specific build
config option"), fs/crypto/ can no longer be built as a loadable module.
Thus it no longer needs a module_exit function, nor a MODULE_LICENSE.
So remove them, and change module_init to late_initcall.

Reviewed-by: Chandan Rajendra <chandan@linux.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/crypto.c
fs/crypto/fscrypt_private.h
fs/crypto/keyinfo.c