diff options
author | Eric Biggers <ebiggers@kernel.org> | 2025-08-15 19:04:57 -0700 |
---|---|---|
committer | Eric Biggers <ebiggers@kernel.org> | 2025-08-27 08:15:35 -0700 |
commit | 5012bd2dc6ab0c4499923b3b6c6113def9b0c88b (patch) | |
tree | 85ec3f8f64d31ea2763ee1d3c038846792daacfe /lib/crypto/chacha-block-generic.c | |
parent | d6b6aac0cdb4b4f81cccc531ed76211d56c17444 (diff) |
lib/crypto: Drop inline from all *_mod_init_arch() functions
Drop 'inline' from all the *_mod_init_arch() functions so that the
compiler will warn about any bugs where they are unused due to not being
wired up properly. (There are no such bugs currently, so this just
establishes a more robust convention for the future. Of course, these
functions also tend to get inlined anyway, regardless of the keyword.)
Link: https://lore.kernel.org/r/20250816020457.432040-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'lib/crypto/chacha-block-generic.c')
0 files changed, 0 insertions, 0 deletions