Re: [PATCH] lib/crc7: unexport crc7_be_syndrome_table

From: Eric Biggers
Date: Thu Mar 06 2025 - 12:23:23 EST


On Tue, Mar 04, 2025 at 02:40:52PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> Since neither crc7_be_syndrome_table nor crc7_be_byte() are used outside
> lib/crc7.c, fold them into lib/crc7.c.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
> include/linux/crc7.h | 7 -------
> lib/crc7.c | 6 ++----
> 2 files changed, 2 insertions(+), 11 deletions(-)

Applied to
https://web.git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next

- Eric