]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/crc32: Remove no-op module init and exit functions
authorEric Biggers <ebiggers@google.com>
Thu, 17 Apr 2025 16:38:29 +0000 (09:38 -0700)
committerEric Biggers <ebiggers@google.com>
Mon, 28 Apr 2025 16:07:19 +0000 (09:07 -0700)
commitfea9ad4dde9bf6c65e72da0d4c1ae7969d0bb8bd
tree3c4936dafa63fb170349bb0f1546d31d30d9c52f
parent93b988cf8e4c68b823e70a02e4c7c39eaa0053be
s390/crc32: Remove no-op module init and exit functions

Now that the crc32-s390 module init function is a no-op, there is no
need to define it.  Remove it.  The removal of the init function also
makes the exit function unnecessary, so remove that too.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20250417163829.4599-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/s390/lib/crc32-glue.c