]> www.infradead.org Git - users/hch/misc.git/commit
lib/crc16: unexport crc16_table and crc16_byte()
authorEric Biggers <ebiggers@google.com>
Tue, 13 May 2025 02:21:15 +0000 (19:21 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 14 May 2025 03:37:16 +0000 (20:37 -0700)
commit3937f6db6e932c560a0f9ee2cd2a4fdcc314dadf
tree6ef74bcac438f1140c7c5d035984f339ed0fc489
parent0769ebe279c0f07f5f01ef2dca9f425803039755
lib/crc16: unexport crc16_table and crc16_byte()

Now that neither crc16_table nor crc16_byte() is used outside
lib/crc16.c, fold them into lib/crc16.c.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250513022115.39109-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
include/linux/crc16.h
lib/crc16.c