]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: drbg - Move module aliases to end of file
authorEric Biggers <ebiggers@kernel.org>
Mon, 20 Apr 2026 06:34:09 +0000 (23:34 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 7 May 2026 08:10:00 +0000 (16:10 +0800)
commit54957e44db1fc3524da15e34c6c86f77bbd664da
tree4e7c43f0a4015ba6f4ef37a48070206b2deda0b8
parent7f0ef29864ebf2ab5fea04523cc0bd8f1c7d1ccd
crypto: drbg - Move module aliases to end of file

Move the MODULE_ALIAS_CRYPTO lines in the middle of the file to the end
so that they are in the usual place and next to the other one.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c