aboutsummaryrefslogtreecommitdiff
path: root/lib/crc32test.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24lib: add module support to crc32 testsGeert Uytterhoeven1-0/+856
Extract the crc32 test code into its own source file, to allow to compile it either to a loadable module, or builtin into the kernel. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>