]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/crc16_kunit: delete obsolete crc16_kunit.c
authorEric Biggers <ebiggers@google.com>
Mon, 2 Dec 2024 01:20:53 +0000 (17:20 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 2 Dec 2024 01:23:13 +0000 (17:23 -0800)
commitc14e85360969d7b0aaeab3915314787f3466c326
tree2d7c3c3c52e8c78c9bf92e93096477599c2bced0
parente47d9b1a76ed78d0d50491f6a7d8ef59e379f45c
lib/crc16_kunit: delete obsolete crc16_kunit.c

This new test showed up in v6.13-rc1.  Delete it since it is being
superseded by crc_kunit.c, which is more comprehensive (tests multiple
CRC variants without duplicating code, includes a benchmark, etc.).

Cc: Vinicius Peixoto <vpeixoto@lkcamp.dev>
Link: https://lore.kernel.org/r/20241202012056.209768-10-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
lib/Kconfig.debug
lib/Makefile
lib/crc16_kunit.c [deleted file]